import Stats, { StatsProps as TStatsProps } from './Stats'; export type StatsProps = TStatsProps; export default Stats;