import { FC } from 'react';
import { TimePickerProps } from '../types';
export declare const TimePicker: FC<TimePickerProps>;
