import { ModuleWithProviders } from '@angular/core';
import { NgProgressConfig } from './ng-progress.interface';
import * as i0 from "@angular/core";
import * as i1 from "./ng-progress.component";
import * as i2 from "@angular/common";
export declare class NgProgressModule {
    static withConfig(config: NgProgressConfig): ModuleWithProviders<NgProgressModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgProgressModule, [typeof i1.NgProgressComponent], [typeof i2.CommonModule], [typeof i1.NgProgressComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgProgressModule>;
}
