export declare function colorToHex(color: string): string; export declare const isHexString: (color: string) => boolean; //# sourceMappingURL=colors.d.ts.map