declare function isDarkColor(color: string): boolean; export { isDarkColor };