import React from 'react'; import { Connector, WalletEntry } from '../types'; interface Props { onSubmit: (connector: Connector) => void; wallet: WalletEntry; } export declare const WalletConnectCustom: React.FC; export {}; //# sourceMappingURL=wallet-connect-custom.d.ts.map