export declare function isLight(color: string): boolean; export declare function useIsLight(color: string): boolean;