export declare class HexRgbaTransformer { static transform(hexColor: string, alpha: number): string; }