import { type LayoutRectangle } from 'react-native'; import type { TourOptions } from '../types'; export interface TourModalHandle { animateMove: (obj: LayoutRectangle) => Promise; } export declare const TourModal: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=TourModal.d.ts.map