import * as React from 'react'; type SceneProps = { route: any; jumpTo: (key: string) => void; }; export declare function SceneMap(scenes: { [key: string]: React.ComponentType; }): ({ route, jumpTo }: SceneProps) => import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=SceneMap.d.ts.map