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