import * as React from "react"; interface WalletIconProps { color: string; logo: string; href: string; name: string; onClick: (event: React.MouseEvent) => void; } declare function WalletIcon(props: WalletIconProps): JSX.Element; export default WalletIcon; //# sourceMappingURL=WalletIcon.d.ts.map