import { TourContent } from './tour-content'; import { TourOverlay } from './tour-overlay'; import { TourClose, TourDescription, TourNext, TourPrev, TourProgress, TourSkip, TourTitle } from './tour-parts'; import { TourRoot } from './tour-root'; export declare const Tour: typeof TourRoot & { Overlay: typeof TourOverlay; Content: typeof TourContent; Title: typeof TourTitle; Description: typeof TourDescription; Progress: typeof TourProgress; Next: typeof TourNext; Prev: typeof TourPrev; Skip: typeof TourSkip; Close: typeof TourClose; }; //# sourceMappingURL=tour.d.ts.map