import { AnyRouter } from '@tanstack/router-core';
import * as React from 'react';
export declare const routerContext: React.Context<AnyRouter>;
