export declare const hex2rgb: (hex: string) => string; export declare const hex2rgba: (hex: string, alpha: number) => string; export declare const convertToRgba: (color: string, alpha: number) => string;