import { TemplateRef } from '@angular/core'; import { TreeFactory, TreeNode } from './tree-factory.class'; import * as i0 from "@angular/core"; export declare class TreeNodesComponent { treeList: Array; treeNodesRef: TemplateRef; treeFactory: TreeFactory; virtualScroll: boolean; trackByFn(index: any, item: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }