/** * Convert a hex color string to an RGB array */ export default function hexToRgb(hex: string): number[]; //# sourceMappingURL=hexToRgb.d.ts.map