import { EventEmitter, OnInit } from '@angular/core'; import type { TreeNode } from '../tree-editor.component'; import * as i0 from "@angular/core"; export declare class TreeEditorItemComponent implements OnInit { node: TreeNode; level: number; maxLevel: number; path: Array; currentPath: Array; expanded: Array; placeholder: Array; headers: Array; returnPath: EventEmitter; returnAdd: EventEmitter; Arr: ArrayConstructor; myPlaceholder: String; myHeader: String; ngOnInit(): void; onClick(): void; onAdd(path?: number[]): void; pathReturnItem(path: any): void; get active(): boolean; get hasChildren(): boolean; get open(): boolean; get noName(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }