import { RgbObj } from '../types'; export declare const rgbToHex: (rgbObj: RgbObj) => string;