/** * 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, QueryList, TemplateRef } from '@angular/core'; import { NzDestroyService } from 'ng-zorro-antd/core/services'; import * as i0 from "@angular/core"; export declare class NzListItemExtraComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NzListItemActionComponent { templateRef?: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NzListItemActionsComponent implements OnChanges { private ngZone; nzActions: Array>; nzListItemActions: QueryList; actions: Array>; private inputActionChanges$; private contentChildrenChanges$; constructor(ngZone: NgZone, cdr: ChangeDetectorRef, destroy$: NzDestroyService); ngOnChanges(): void; private enterZone; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }