/** * @param color - color in any format acceptable by the `toRGB` function. * @returns True if the color is recognized as dark. * @see toRGB */ export declare function isColorDark(color: string): boolean;