import { NavigatorNode } from '@c8y/ngx-components';
import { Observable } from 'rxjs';
export declare function c8yNavigatorProvider(): {
    $get: ($q: any, $injector: any) => {
        rootNodes(): NavigatorNode[];
        findNode: (node: any) => any;
        addNavigation: (nodes: any) => void;
        removeNavigation: (node: any) => void;
        rootNodes$: Observable<NavigatorNode[]>;
    };
    addNavigation: (nodes: any) => void;
    removeNavigation: (node: any) => void;
};
//# sourceMappingURL=navigator.provider.d.ts.map