import { Router } from '@angular/router';
import { NgProgress } from 'ngx-progressbar';
import { NgProgressRouterConfig } from './ng-progress-router.interface';
import * as i0 from "@angular/core";
export declare class NgProgressRouter {
    private readonly _config;
    constructor(progress: NgProgress, router: Router, config: NgProgressRouterConfig);
    static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressRouter, [null, null, { optional: true; }]>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgProgressRouter>;
}
