import { TourTooltipProps } from './types'; /** * TourTooltip Component * Displays tour step content with navigation controls. Responsive across all * screen sizes: the body scrolls when tall, the navigation footer stays pinned * and on-screen, and the card never exceeds the viewport. */ export declare const TourTooltip: import('react').NamedExoticComponent; //# sourceMappingURL=TourTooltip.d.ts.map