import type { LCH, RGB } from './lch-color-inversion';
export declare const rgbToLch: (rgb: RGB) => LCH;
