import { TungstenSimpleComponent } from '../Components.jsx'; import type { RedirectCode } from '../routing/RedirectCode.js'; export type WebRedirectComponentProps = { to: string; code?: RedirectCode; }; export declare class WebRedirectComponent extends TungstenSimpleComponent { static __tungstenRedirect: boolean; content: () => "This should redirect - if you see this, redirection didn't work" | null; } //# sourceMappingURL=WebRedirectComponent.d.ts.map