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