import { AfterViewInit, ChangeDetectorRef, OnChanges, OnDestroy, OnInit } from '@angular/core'; import { ResponsiveElementComponent, ResponsiveElementComponentChanges } from "../../responsive-element.component"; import { NgInailCommonConfig } from "../../../../ng-inail-common.config"; import * as i0 from "@angular/core"; export interface ProgressBarComponentChanges extends ResponsiveElementComponentChanges { } export declare class ProgressBarComponent extends ResponsiveElementComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit { private cdr; private libConfig; label: string; valuenow: number; constructor(cdr: ChangeDetectorRef, libConfig: NgInailCommonConfig); ngOnChanges(changes: ProgressBarComponentChanges): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }