import type { RGB } from './lch-color-inversion';
import type { XYZ } from './xyz';
export declare const rgbToXyz: (rgb: RGB) => XYZ;
