import type { ComponentBody } from 'octane'; import type { AnyRouter } from '@tanstack/router-core'; export declare const RouterServer: ComponentBody<{ router: AnyRouter }>;