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