/**
 * A simple isEqual function that can be used to compare two style objects that's
 * good enough for our use case on the style builder.
 */
export declare function isEqual<T = Record<string, any> | any[] | number | boolean | string | null | undefined>(first: T, second: T): boolean;
//# sourceMappingURL=isEqual.d.ts.map