/// import { IFormComponentProps } from '../shared'; import { ITimeRangePickerProps, RangeTime } from '../../date-picker'; export declare type IFormTimeRangePickerFieldProps = IFormComponentProps>; export declare const FormTimeRangePickerField: React.FunctionComponent;