export declare const convertHexToRGBA: (hexCode: string, opacity?: number) => string; export declare const getGradientRGBAs: (hexColor?: string) => string[] | null; export declare const isHexString: (color: string) => boolean;