export declare function convertArgbToRgba(argb: string): string;
export declare function convertHexToRgb(hexCode: string): string;
