export declare function hexToRgb(hex: string): {
    r: number;
    g: number;
    b: number;
};
export declare function hexToRgba(hex: string, opacity: number): string;
export declare function isValidHex(hex: string): boolean;
//# sourceMappingURL=ColorUtils.d.ts.map