export declare const hexToRGBA: (hex: string, opacity?: number) => string;
