import { InputComponentProps } from '@balgamat/react-autoform'; import { FC } from 'react'; import { IColorPickerProps } from 'office-ui-fabric-react/lib/index'; export declare const ColorPicker: FC & Partial>;