import { TemplateRef, SimpleChanges, OnChanges } from '@angular/core'; import { NodeState } from '../model/node-state'; import { TreeService } from '../service/tree-service'; import * as i0 from "@angular/core"; export declare class NodeNameComponent implements OnChanges { private treeService; state: NodeState; nodeNameTemplate: TemplateRef; _this: this; active: boolean; constructor(treeService: TreeService); ngOnChanges(changes: SimpleChanges): void; nameClick(): void; delete(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }