/// import { IColorPickerProps } from './ColorPicker.types'; export declare const ColorPicker: (props: IColorPickerProps) => JSX.Element;