import type { PublicKey } from "@solana/web3.js"; import type { FC } from "react"; interface Props { mint: PublicKey; onClick: () => void; } export declare const TokenButton: FC; export {}; //# sourceMappingURL=TokenButton.d.ts.map