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