import { Color } from './ColorSet';
export declare function hsl(hex: string): Color;
