declare const isDarkColor: (color: string | null | undefined) => boolean; export default isDarkColor;