import { NFTCardProps } from './NFTCard.types'; export declare const NFTCard: (props: NFTCardProps) => import("react/jsx-runtime").JSX.Element;