import React from 'react'; import { CandyShop } from '@liqnft/candy-shop-sdk'; import './style.less'; interface ActivityProps { candyShop: CandyShop; identifiers?: number[]; } export declare const Activity: React.FC; export {}; //# sourceMappingURL=index.d.ts.map