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