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