export declare function rgbaToHex(color: string): string; export declare function getColors(colorHex: string): { dark: string; lighter: string; };