import { OnInit } from '@angular/core'; export declare class CountUpComponent implements OnInit { myEndVal: number; title: string; percent: number; constructor(); ngOnInit(): void; }