import { WalletConnectorConstructor } from '@dynamic-labs/wallet-connector-core'; import { EthereumWalletConnectorsWithConfigProps } from './types'; export declare const EthereumWalletConnectorsWithConfig: (providersConfig: EthereumWalletConnectorsWithConfigProps) => (props: any) => WalletConnectorConstructor[];