import { AfterViewInit, ElementRef } from '@angular/core'; import { Nullable } from 'influent-core'; import * as i0 from "@angular/core"; export declare class ProgressBarComponent implements AfterViewInit { bar: Nullable; min: number; max: number; value: number; width: number; private textWidth; get clamped(): number; get normalized(): number; get step(): number; get innerWidth(): string; get progressText(): string; get offset(): number; get textColor(): string; get progressColor(): string; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }