/** * 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, NgZone, OnChanges, OnDestroy, QueryList, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VtsListItemExtraComponent { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsListItemActionComponent { templateRef?: TemplateRef; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsListItemActionsComponent implements OnChanges, OnDestroy { private ngZone; private cdr; vtsActions: Array>; vtsListItemActions: QueryList; actions: Array>; private destroy$; private inputActionChanges$; private contentChildrenChanges$; constructor(ngZone: NgZone, cdr: ChangeDetectorRef); ngOnChanges(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }