import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CircleComponent implements OnInit { progressColor: string; fillColor: string; value: string; isValueVisible: boolean; isPercentVisible: boolean; textColor: string; circularSize: string; borderSize: string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }