export declare const isValidColor: (color: string) => boolean;
