import { ModuleWithProviders } from '@angular/core'; import { NgProgressHttpConfig } from './ng-progress-http.interface'; export declare class NgProgressHttpModule { static withConfig(config: NgProgressHttpConfig): ModuleWithProviders; }