import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { DrawingSvgInterface } from '@obliczeniowo/elementary/drawing'; import { ProgressStep } from '@obliczeniowo/elementary/stepper'; import * as i2 from '@angular/common'; import * as i3 from '@obliczeniowo/elementary/pie-progress'; declare class CircleProgressStepperComponent { protected renderer: Renderer2; /** * Steps state objects to display */ steps: i0.InputSignal[]>; svg: ElementRef; readonly size = 22; protected _ray: number; protected _dAngle: number; protected dc: DrawingSvgInterface; constructor(renderer: Renderer2); ngAfterViewInit(): void; draw(): void; ray(): number; dAngle(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class CircleProgressStepperModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { CircleProgressStepperComponent, CircleProgressStepperModule };