import { ModuleWithProviders } from '@angular/core';
import { NgProgressHttpConfig } from './ng-progress-http.interface';
import * as i0 from "@angular/core";
export declare class NgProgressHttpModule {
    static withConfig(config: NgProgressHttpConfig): ModuleWithProviders<NgProgressHttpModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressHttpModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgProgressHttpModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgProgressHttpModule>;
}
