import { ReactNode } from "react"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/lib/redirect-boundary.d.ts interface RedirectBoundaryProps { children: ReactNode; } declare function RedirectBoundary({ children }: RedirectBoundaryProps): _$react_jsx_runtime0.JSX.Element; //#endregion export { RedirectBoundary };