import type { PropsWithChildren } from 'react'; import React from 'react'; import type { NetworkProviderProps } from './Props.js'; /** Network provider that syncs selection with the `network` URL search param. */ export declare const NetworkRouteProvider: React.FC>; //# sourceMappingURL=Route.d.ts.map