import { Ilaba, Irgba } from "../types"; /** * @see https://en.wikipedia.org/wiki/CIELAB_color_space */ export declare function LABtoRGB(obj: Ilaba): Irgba;