import { ElementRef, Renderer2 } from '@angular/core'; import { ProgressDetail } from '../interfaces/progress-detail.interface'; import * as i0 from "@angular/core"; export declare class ProgressBarDirective { private el; private renderer; readonly progress: import("@angular/core").InputSignal; constructor(el: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }