export declare const COLOR_SET: string[];
export declare function isHexColor(color: string): boolean;
