import * as React from 'react'; import type { SceneRendererProps } from './types'; type SceneProps = { route: any; } & Omit; export declare function SceneMap(scenes: { [key: string]: React.ComponentType; }): ({ route, jumpTo, position }: SceneProps) => JSX.Element; export {}; //# sourceMappingURL=SceneMap.d.ts.map