import React from 'react'; import { CandyShop } from '@liqnft/candy-shop-sdk'; import './index.less'; export interface StatProps { title: string | undefined; description: string | undefined; style?: { [key: string]: string | number; } | undefined; candyShop: CandyShop; } export declare const Stat: React.FC; //# sourceMappingURL=index.d.ts.map