/// import { IFormComponentProps } from '../shared'; import { ITimePickerProps, SingleTime } from '../../date-picker'; export declare type IFormTimePickerField = IFormComponentProps>; export declare const FormTimePickerField: React.FunctionComponent;