import { Ihsla, Irgba } from "../types"; /** * @see https://www.rapidtables.com/convert/color/hsl-to-rgb.html */ export declare function HSLtoRGB(obj: Ihsla): Irgba;