import React, { FunctionComponent } from 'react';
import { WebTourProps } from "../../types";
export declare const Tour: FunctionComponent<Partial<WebTourProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'title' | 'onChange'>>;
