import { TemplateRef } from '@angular/core'; import { TreeNode } from '../models/tree-node.model'; import * as i0 from "@angular/core"; export declare class TreeNodeContentComponent { node: TreeNode; index: number; template: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }