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