import { ElementRef } from '@angular/core'; import { TreeNode } from '../models/tree-node.model'; export declare class TreeNodeChildrenComponent { private elementRef; node: TreeNode; templates: any; constructor(elementRef: ElementRef); }