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