import { ReactNode } from 'react'; type NFTLastSoldPriceProps = { className?: string; label?: ReactNode; }; export declare function NFTLastSoldPrice({ className, label, }: NFTLastSoldPriceProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=NFTLastSoldPrice.d.ts.map