///
import { IMonthPickerProps, IValueType, SingleDate } from '../../date-picker';
import { IFormComponentProps } from '../shared';
export declare type IFormMonthPickerFieldProps = IFormComponentProps, 'value'>>;
export declare const FormMonthPickerField: (props: IFormMonthPickerFieldProps) => JSX.Element;