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