declare const useB2Account: () => {
    isConnected: boolean;
    address: string | undefined;
    evmAddress: string | undefined;
    chainType: import("..").ChainType | undefined;
    currentWallet: import("..").WalletTypes | undefined;
};
export { useB2Account };
