import Statistic, { StatisticProps } from './Statistic';
export type { StatisticProps };
export default Statistic;
