import React from "react"; import { IRenderParams } from "../../interfaces"; export interface IProvider { id: string; name: string; logo: string; description?: string; mobileVisible?: boolean; } export declare const METAMASK: IProvider; export declare const WALLETCONNECT: IProvider; export declare const WALLET_PROVIDERS: Array; interface IWalletConnectWidget extends IRenderParams { } declare const WalletConnectWidget: React.FC; export default WalletConnectWidget; //# sourceMappingURL=WalletConnectWidget.d.ts.map