import * as React from "react"; export declare function AuthKitSessionProvider({ plan, children, }: { /** * Plan for the active organization. AuthKit's session doesn't carry it, so a * page that needs `session.plan` client-side must pass it; otherwise it is * null here and only populated by a server-seeded provider. */ plan?: string | null; children: React.ReactNode; }): React.JSX.Element; //# sourceMappingURL=authkit.d.ts.map