declare const hexToRgb: (value: string, opacity?: number, array?: boolean) => string | number[]; export default hexToRgb;