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