export declare function isDark(color: string): boolean; export declare function useIsDark(color: string): boolean;