import React from 'react'; export interface NftStatProps { tokenMint: string; edition?: number | string | null; owner?: string; } export declare const NftStat: React.FC; //# sourceMappingURL=index.d.ts.map