import type { THexColor, TRgbColor } from './types'; export declare function rgbToHex(rgb: TRgbColor): THexColor;