import * as i0 from '@angular/core'; import { OnInit, AfterViewInit, TemplateRef, EventEmitter, ElementRef } from '@angular/core'; import { NzConfigKey } from 'ng-zorro-antd/core/config'; import { NzNoAnimationDirective } from 'ng-zorro-antd/core/no-animation'; import { Direction } from '@angular/cdk/bidi'; import { NzSizeLMSType } from 'ng-zorro-antd/core/types'; /** * 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 */ declare class NzCollapsePanelComponent implements OnInit, AfterViewInit { private ngZone; private cdr; private destroyRef; private nzCollapseComponent; noAnimation: NzNoAnimationDirective | null; readonly _nzModuleName: NzConfigKey; nzActive: boolean; /** * @deprecated Use `nzCollapsible` instead with the value `'disabled'`. */ nzDisabled: boolean; nzShowArrow: boolean; nzExtra?: string | TemplateRef; nzHeader?: string | TemplateRef; nzExpandedIcon?: string | TemplateRef; nzCollapsible?: 'disabled' | 'header' | 'icon'; readonly nzActiveChange: EventEmitter; collapseHeader: ElementRef; collapseIcon?: ElementRef; markForCheck(): void; constructor(); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzActive: unknown; static ngAcceptInputType_nzDisabled: unknown; static ngAcceptInputType_nzShowArrow: unknown; } /** * 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 */ declare class NzCollapseComponent implements OnInit { private cdr; private directionality; private destroyRef; readonly _nzModuleName: NzConfigKey; nzAccordion: boolean; nzBordered: boolean; nzGhost: boolean; nzExpandIconPosition: 'start' | 'end'; nzSize: NzSizeLMSType; dir: Direction; private listOfNzCollapsePanelComponent; constructor(); ngOnInit(): void; addPanel(value: NzCollapsePanelComponent): void; removePanel(value: NzCollapsePanelComponent): void; click(collapse: NzCollapsePanelComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzAccordion: unknown; static ngAcceptInputType_nzBordered: unknown; static ngAcceptInputType_nzGhost: unknown; } declare class NzCollapseModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzCollapseComponent, NzCollapseModule, NzCollapsePanelComponent };