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