/// import { IColorPickerProps } from '../../colorpicker'; import { IFormComponentProps } from '../shared'; export declare type IFormColorPickerFieldProps = IFormComponentProps>; export declare const FormColorPickerField: React.FunctionComponent;