/** * 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 { EventEmitter, OnChanges, SimpleChanges, TemplateRef } from '@angular/core'; import { BooleanInput } from '@ui-vts-kit/ng-vts/core/types'; import * as i0 from "@angular/core"; export declare class VtsTdAddOnComponent implements OnChanges { static ngAcceptInputType_vtsShowExpand: BooleanInput; static ngAcceptInputType_vtsShowCheckbox: BooleanInput; static ngAcceptInputType_vtsExpand: BooleanInput; static ngAcceptInputType_vtsNoWrap: BooleanInput; vtsChecked: boolean; vtsDisabled: boolean; vtsIndeterminate: boolean; vtsIndentSize: number; vtsShowExpand: boolean; vtsShowCheckbox: boolean; vtsExpand: boolean; vtsNoWrap: boolean; vtsExpandTemplate: TemplateRef<{ $implicit: boolean; }> | null; readonly vtsCheckedChange: EventEmitter; readonly vtsExpandChange: EventEmitter; private isVtsShowExpandChanged; private isVtsShowCheckboxChanged; onCheckedChange(checked: boolean): void; onExpandChange(expand: boolean): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }