import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ToastrService } from 'ngx-toastr'; import { ProgressBarService } from '../../services/progress-bar.service'; import * as i0 from "@angular/core"; export declare class ProgressBarComponent implements OnInit, OnDestroy { private toastrService; private progressBarService; /** */ processId: number; /** */ processType: number; /** */ percentage: number; /** */ current: number; /** */ end: number; projectFrom: number; finishProcess: EventEmitter; setTimeOutValue: any; constructor(toastrService: ToastrService, progressBarService: ProgressBarService); ngOnInit(): void; initNoIn(): Promise; handleProgress(): Promise; clearActualTimeout(): void; closeTabCallback(e: any): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }