import { ReactNode } from "react";
export interface PrivyWrapperProps {
    children: ReactNode;
}
//# sourceMappingURL=privywrapperprops.d.ts.map