import { type ExpoRootProps } from './ExpoRoot'; import type { GlobbedRouteImports } from './types'; type RootProps = Omit & { routes: GlobbedRouteImports; path?: string; }; export declare function Root({ routes, path, ...props }: RootProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Root.d.ts.map