import { ElementRef } from '@angular/core'; import { ERC1193, WalletProfile } from '../../erc1193'; import * as i0 from "@angular/core"; interface DialogElement extends HTMLElement { showModal: () => void; } export declare class EthConnectComponent { private erc1193; selectDialog: ElementRef; wallets: WalletProfile[]; account$: import("rxjs").Observable; connected$: import("rxjs").Observable; constructor(erc1193: ERC1193); select(wallet: WalletProfile): void; enable(): void | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};