import { Color } from '@csstools/color-helpers';
export declare function XYZ_D50_to_sRGB_Gamut(color: Color): Color;
