/// import type TimerProps from './properties/TimerProps'; declare function TimePicker(props?: TimerProps): JSX.Element; export default TimePicker;