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