import { ChangeDetectorRef, OnInit } from '@angular/core'; import { BzProgressBarService } from './http-progress-bar.service'; export declare class BzHttpProgressBarComponent implements OnInit { private httpProgressBarService; private cd; private _subscription; private _subscription2; showProgressBar: boolean; barValue: number; private isStartTimer; private _ANIMATION_VALUE; height: number; constructor(httpProgressBarService: BzProgressBarService, cd: ChangeDetectorRef); ngOnInit(): void; /** * Listen progress bar. * * @author Federico Gambardella * @return {void} */ private _listenProgressBar; /** * Manage value bar * * @author Federico Gambardella * @param {boolean} data * @return {void} */ private _manageValueBar; /** * Manage bar progress. * * @author Federico Gambardella * @param {boolean} data * @return {void} */ private _manageBarProgess; /** * Start timer. * * @author Federico Gambardella * @return {void} */ private _sartTimer; /** * Stop timer. * * @author Federico Gambardella */ private _stopTimer; ngOnDestroy(): void; }