import { TimeSelect } from './timeselect';
export type { TimeSelectProps, DateType, OptionKeyType, TimeType, } from './timeselect';
export default TimeSelect;
