export declare function hasColor(fill?: string | null): boolean; export declare function isDarkColor(color: string): boolean;