export declare const isLight: (color: string) => any; export declare const isDark: (color: string) => any; export declare const toHex: (color: string) => any; export declare const toRgb: (color: string) => any; export declare const rgbToHex: (color: string) => any; export declare const hexToRgb: (color: string) => any;