import { ConnectUIProps } from "@thirdweb-dev/react-core"; import { MetaMaskWallet } from "@thirdweb-dev/wallets"; export declare const MetamaskConnectUI: (props: ConnectUIProps & { connectionMethod: "walletConnect" | "metamaskBrowser"; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=MetamaskConnectUI.d.ts.map