import React from "react"; interface WalletLoginButtonProps { } declare const WalletLoginButton: React.FC; export default WalletLoginButton;