/// <reference types="react" />
import { IFormComponentProps } from '../shared';
import { ITimeRangePickerProps, RangeTime } from '../../date-picker';
export declare type IFormTimeRangePickerFieldProps = IFormComponentProps<RangeTime, Omit<ITimeRangePickerProps, 'value'>>;
export declare const FormTimeRangePickerField: React.FunctionComponent<IFormTimeRangePickerFieldProps>;
