import React from 'react'; import { ITimePicker } from './interfaces'; declare const TimePicker: React.FunctionComponent; export default TimePicker;