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