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