import { LoadingBarService } from './loading-bar.service'; import * as i0 from "@angular/core"; export declare class NgxLoadingBar { private loader; includeSpinner: boolean; includeBar: boolean; fixed: boolean; color: string; value: number; ref: string; height: string; diameter: string; get value$(): import("rxjs").Observable; constructor(loader: LoadingBarService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }