import React from 'react'; import Countdown from './countdown'; import { StatisticProps } from './interface'; declare const StatisticComponent: React.ForwardRefExoticComponent> & { Countdown: typeof Countdown; }; export default StatisticComponent; export { StatisticProps };