export declare const rgbToHex: (r: number, g: number, b: number) => string; export declare const hexToRgb: (hex: string) => string;