import { Tour } from './tour';
export type { TourList, TourType, TourProps } from './tour';
export default Tour;
