import React from 'react'; import { INFTBalance } from './types'; declare const NFTBalance: React.FC; export default NFTBalance;