import { ConnectUIProps } from "@thirdweb-dev/react-core"; import { EmbeddedWallet, EmbeddedWalletOauthStrategy } from "@thirdweb-dev/wallets"; export declare const EmbeddedWalletSocialLogin: (props: ConnectUIProps & { strategy: EmbeddedWalletOauthStrategy; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EmbeddedWalletSocialLogin.d.ts.map