import { ElementRef } from '@angular/core'; import { NodeMenuAction, NodeMenuEvent } from './menu.events'; import { Observable, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NodeMenuService { nodeMenuEvents$: Subject; fireMenuEvent(sender: HTMLElement, action: NodeMenuAction): void; hideMenuStream(treeElementRef: ElementRef): Observable; hideMenuForAllNodesExcept(treeElementRef: ElementRef): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }