import { WalletModule, InjectedWithBalanceOptions } from '../../../interfaces'; declare function walletIoWallet(options: InjectedWithBalanceOptions): WalletModule; export default walletIoWallet;