import * as i0 from "@angular/core"; type ProgressCircleThemes = 'success' | 'warning' | 'info' | 'danger' | 'light' | 'dark' | 'disabled'; export declare class NggProgressCircleComponent { private _startValue; private _endValue; /** id of the progress circle */ id?: string; /** theme of the progress circle */ theme: ProgressCircleThemes; /** progress circle value in percentage */ set value(val: number); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};