import { OnInit } from '@angular/core';
import { HttpActivityService } from './http-activity.service';
import * as i0 from "@angular/core";
export declare class HttpActivityBarComponent implements OnInit {
    private service;
    zIndex: number;
    active: boolean;
    constructor(service: HttpActivityService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<HttpActivityBarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HttpActivityBarComponent, "ngbiz-http-activity-bar", never, { "zIndex": { "alias": "zIndex"; "required": false; }; }, {}, never, never, false, never>;
}
