export declare function generateRandomHslColor(saturation?: number, lightness?: number, distinctValues?: number): string;
