import { TemplateRef } from '@angular/core';
import { TreeNode } from '../models/tree-node.model';
import * as i0 from "@angular/core";
export declare class TreeNodeContent {
    node: TreeNode;
    index: number;
    template: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodeContent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeContent, "tree-node-content", never, { "node": "node"; "index": "index"; "template": "template"; }, {}, never, never, false>;
}
