import { TungstenSimpleComponent } from '../Components.js'; import type { RouteKey } from '../routing/RouteTypes.js'; type Props = { to: RouteKey; }; export declare class GoTo extends TungstenSimpleComponent { content: () => null; } export {}; //# sourceMappingURL=GoToComponent.d.ts.map