import React from "react"; export declare const Wallet: React.MemoExoticComponent<({ wumLeaderboardLink, onSelect, solLink, onSendClick, }: { onSelect: (tokenWithMeta: any) => void; solLink: string; wumLeaderboardLink: string; onSendClick: () => void; }) => React.JSX.Element>; //# sourceMappingURL=Wallet.d.ts.map