import { NavigatorService } from '@c8y/ngx-components';
import { ReportDashboardService } from './report-dashboard.service';
import * as i0 from "@angular/core";
export declare class ReportDashboardNavigationFactory {
    private navigatorService;
    private reportDashboardService;
    loaded: boolean;
    constructor(navigatorService: NavigatorService, reportDashboardService: ReportDashboardService);
    get(): Promise<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ReportDashboardNavigationFactory, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ReportDashboardNavigationFactory>;
}
//# sourceMappingURL=report-dashboard-navigation.factory.d.ts.map