import { ReactNode } from 'react'; export interface NextAuthRouterBridgeProps { children: ReactNode; } /** * Wrap your Next.js App Router tree so auth UI uses `next/navigation` instead of `history.pushState`. */ export declare function NextAuthRouterBridge({ children }: NextAuthRouterBridgeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NextAuthRouterBridge.d.ts.map