import { TimeSelect } from './timeselect';
export type { WebTimeSelectProps as TimeSelectProps, TimeSelectDateType, TimeSelectOptionKeyType, TimeType, } from "../../types";
export default TimeSelect;
