import { MDCRipple } from '@material/ripple'; export declare class NKConnectWalletButton { isConnected: boolean; isWrongNetwork: boolean; address: string; ensName: string; button: HTMLButtonElement; ripple: MDCRipple | null; disconnect: () => void; componentWillLoad(): void; disconnectedCallback(): void; componentDidLoad(): void; render(): any; }