export declare function rgbaToHex(rgbaString: string): string; export declare function parseColorCssFunction(value: string): string;