import type { Color } from 'types/color';
export declare function XYZ_to_Lab(XYZ: Color): Color;
