import { type FunctionComponent, type ComponentType } from 'react'; import { type TourOptions } from '../types'; /** * @deprecated The HOC is deprecated. Please use `TourProvider` instead. */ export declare function Tour
(options: TourOptions): (WrappedComponent: ComponentType) => FunctionComponent
; //# sourceMappingURL=tour.d.ts.map