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