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