import { Tour } from "./tour";
export type { TourList, TourType, TaroTourProps as TourProps } from "../../types";
export default Tour;
