import React from "react"; import { TourProps } from "."; declare const Tour: React.FunctionComponent; export default Tour;