/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectorRef, OnChanges, SimpleChanges, TemplateRef } from '@angular/core'; import { VtsTreeNode, VtsTreeNodeOptions } from '@ui-vts-kit/ng-vts/core/tree'; import * as i0 from "@angular/core"; export declare class VtsTreeNodeTitleComponent implements OnChanges { private cdr; searchValue: string; treeTemplate: TemplateRef<{ $implicit: VtsTreeNode; origin: VtsTreeNodeOptions; }> | null; showIcon: boolean; selectMode: boolean; context: VtsTreeNode; icon: string; title: string; isLoading: boolean; isSelected: boolean; isDisabled: boolean; isMatched: boolean; isExpanded: boolean; isLeaf: boolean; showIndicator: boolean; dragPosition?: number; get matchedValue(): string; get isSwitcherOpen(): boolean; get isSwitcherClose(): boolean; constructor(cdr: ChangeDetectorRef); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }