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