import { FC } from 'react'; type PropsT = { progressValue: number; nftImgUrl: string; isSmall?: boolean; }; declare const NftWithProgressbar: FC; export default NftWithProgressbar;