import { ModuleWithProviders } from '@angular/core';
import { NgxProgressIndicatorConfig } from './ngx-progress-indicator-config.model';
import * as i0 from "@angular/core";
export declare class NgxProgressIndicatorModule {
    static forRoot(config?: Partial<NgxProgressIndicatorConfig>): ModuleWithProviders<NgxProgressIndicatorModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxProgressIndicatorModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgxProgressIndicatorModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgxProgressIndicatorModule>;
}
