import { ActivatedRoute } from '@angular/router';
import { InventoryService } from '@c8y/client';
import { Breadcrumb, BreadcrumbFactory } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class ServicesBreadcrumbFactory implements BreadcrumbFactory {
    private inventoryService;
    private contextData;
    constructor(inventoryService: InventoryService);
    get(route: ActivatedRoute): Promise<Breadcrumb>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ServicesBreadcrumbFactory, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ServicesBreadcrumbFactory>;
}
//# sourceMappingURL=services.breadcrumb-factory.d.ts.map