import type { TokenInfo } from "@solana/spl-token-registry"; import type { FC } from "react"; interface Props { tokenInfo: TokenInfo; } export declare const TokenName: FC; export {}; //# sourceMappingURL=TokenName.d.ts.map