import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import 'jquery.fancytree'; import { EditorService } from '../../services/editor/editor.service'; import * as i0 from "@angular/core"; export declare class PlainTreeComponent implements AfterViewInit { private editorService; tree: ElementRef; treeData: any; treeEmitter: EventEmitter; constructor(editorService: EditorService); ngAfterViewInit(): void; renderTree(options: any): void; buildTreeData(data: any): any[]; getQuestionsList(data: any): void; getTreeConfig(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=plain-tree.component.d.ts.map