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