import * as React from 'react'; import { Omit } from 'utility-types'; import { IFormComponentProps } from 'zent/es/form/shared'; import { IMonthPickerProps } from '../../datetimepicker/MonthPicker'; import { DatePickers } from '../../datetimepicker/common/types'; export declare type IFormMonthPickerFieldProps = IFormComponentProps>; export declare const FormMonthPickerField: React.FunctionComponent;