declare var CountUp: (target: any, startVal: any, endVal: any, decimals: any, duration: any, options: any) => void;
export default CountUp;
