import { NFT } from '@dcl/schemas';
export declare type Props = {
    nft: NFT;
    className?: string;
};
