export default function hslToRGB(h: number | string, s: number | string, l: number | string): string;
