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