import React from 'react'; interface NftAttributesProps { attributes: Array<{ trait_type: string; value: string; }> | undefined; loading: boolean; } export declare const NftAttributes: React.FunctionComponent; export {}; //# sourceMappingURL=index.d.ts.map