import type { PublicKey } from "@solana/web3.js"; import type { FC, HTMLAttributes } from "react"; interface Props { mint: PublicKey; } export declare const TokenName: FC>; export {}; //# sourceMappingURL=TokenName.d.ts.map