/** * Read the merged params for the active SPA route branch. * * Unlike Page-scoped data hooks, this hook is available to root and route * layouts because it reads the Router's active matches directly. */ export declare function useRouteParams = Record>(): TParams; //# sourceMappingURL=route-context.d.ts.map