export declare const isBlackOrWhiteShade: (color: string) => boolean; export declare const getContrastColor: (hex: string) => "#000000" | "#ffffff";