import { AnyRouter } from '@tanstack/router-core'; import * as React from 'react'; export declare function settleOwner(owner: NonNullable, rendered: boolean): void; export declare function Transitioner({ t, }: { t: React.Dispatch>; }): null;