export declare function lighten(color: string, percent: number): string;
export declare function hsltorgb(hsl: any): any[];
