declare const rgbToHex: (rgb: string | undefined) => string; export default rgbToHex;