/// import { ColorPickerBaseProps, HslColor } from "../types"; export declare const HslColorPicker: (props: Partial>) => JSX.Element;