import * as React from 'react'; export interface TimePickerProps { } declare const TimePicker: React.FC; export default TimePicker;