import type { ObjectColor } from '../types'; export declare const equalColorObjects: (first: ObjectColor, second: ObjectColor) => boolean; export declare const equalColorString: (first: string, second: string) => boolean; export declare const equalHex: (first: string, second: string) => boolean; //# sourceMappingURL=compare.d.ts.map