import { WalletConnectorConstructor } from '@dynamic-labs/wallet-connector-core'; /** * Returns ALL WalletConnect connectors from the wallet book. * * WARNING: You should not use this if you are also using fetchInjectedWalletConnector. * fetchInjectedWalletConnector wallets will turn into WalletConnectConnector if the wallet is * not installed and supports WalletConnect, which will result in two instances of the same wallet. * * See fetchWalletConnectWallets for more details and use it instead. */ export declare const EvmWalletConnectConnectors: (props: any) => WalletConnectorConstructor[];