import { OnInit } from '@angular/core'; export declare class RoundProgressbarComponent implements OnInit { current: any; max: any; background: any; color: any; boxcolor: any; title: any; radius: number; stroke: string; semicircle: boolean; rounded: boolean; clockwise: boolean; responsive: boolean; duration: string; animation: string; constructor(); ngOnInit(): void; }