import type { UserContext } from "../types"; import type { PropsWithChildren } from "react"; export declare const SuperTokensWrapper: React.FC< PropsWithChildren<{ userContext?: UserContext; }> >;