export default function hex_to_rgba(hex: any): {
    r: number;
    g: number;
    b: number;
} | null;
//# sourceMappingURL=hex_to_rgba.d.ts.map