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