import { WalletConfig } from "@thirdweb-dev/react-core"; /** * The default wallets that are used by the [`ThirdwebProvider`](https://portal.thirdweb.com/react/v4/ThirdwebProvider) if no `supportedWallets` prop is provided. * * The defaults wallets are: * - Metamask * - Coinbase * - WalletConnect * - TrustWallet * - RainbowWallet * - ZerionWallet * - PhantomWallet */ export declare const defaultWallets: WalletConfig[]; //# sourceMappingURL=defaultWallets.d.ts.map