import { AfterContentInit, ChangeDetectorRef, 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, AfterContentInit { nzActions: Array>; nzListItemActions: QueryList; actions: Array>; private inputActionChanges$; private contentChildrenChanges$; private initialized; constructor(cdr: ChangeDetectorRef, destroy$: NzDestroyService); ngOnChanges(): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }