/// <reference types="react" />
import type { PricingInfo } from "../context/NftWithPricing";
export declare const PricingString: ({ pricing, showUSD, }: {
    pricing: PricingInfo;
    showUSD?: boolean | undefined;
}) => JSX.Element;
