export declare function tuiRgbaToHex(color: string): string;
export declare function tuiIsValidRgba(rgba: string): boolean;
