import { ElementRef, OnChanges, Renderer2 } from "@angular/core"; import * as i0 from "@angular/core"; export declare class AnnaCircularProgressComponent implements OnChanges { private el; private renderer; percent: number; radius: number; outerStrokeWidth: number; innerStrokeWidth: number; outerStrokeColor: string; innerStrokeColor: string; animationDuration: number; circumference: number; constructor(el: ElementRef, renderer: Renderer2); ngOnChanges(): void; updateCircumference(): void; applyAnimationDuration(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }