import { OnDestroy, OnInit } from '@angular/core'; import { BaseComponent } from '../../base/base-component'; import { MECXProgressBarService } from './progress-bar.service'; import * as i0 from "@angular/core"; export declare class MECXProgressBarComponent extends BaseComponent implements OnInit, OnDestroy { private progressBarService; visible: boolean; constructor(progressBarService: MECXProgressBarService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }