import { NgxLoadingBar } from './loading-bar.component';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
export declare class LoadingBarComponent extends NgxLoadingBar {
    static ɵfac: i0.ɵɵFactoryDeclaration<LoadingBarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LoadingBarComponent, "ngx-loading-bar", never, {}, {}, never, never, false, never>;
}
export declare class LoadingBarModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<LoadingBarModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingBarModule, [typeof LoadingBarComponent], [typeof i1.CommonModule], [typeof LoadingBarComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<LoadingBarModule>;
}