/** * 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, ElementRef, EventEmitter, NgZone, OnInit } from '@angular/core'; import { NzDestroyService } from 'ng-zorro-antd/core/services'; import * as i0 from "@angular/core"; export declare class NzTreeNodeCheckboxComponent implements OnInit { private ngZone; private ref; private host; private destroy$; nzChecked?: boolean; nzIndeterminate?: boolean; nzDisabled?: boolean; readonly nzClick: EventEmitter; constructor(ngZone: NgZone, ref: ChangeDetectorRef, host: ElementRef, destroy$: NzDestroyService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzChecked: unknown; static ngAcceptInputType_nzIndeterminate: unknown; static ngAcceptInputType_nzDisabled: unknown; }