/** * 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, ElementRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core'; import { VtsConfigKey, VtsConfigService } from '@ui-vts-kit/ng-vts/core/config'; import { VtsNoAnimationDirective } from '@ui-vts-kit/ng-vts/core/no-animation'; import { BooleanInput } from '@ui-vts-kit/ng-vts/core/types'; import { VtsAccordionComponent } from './accordion.component'; import * as i0 from "@angular/core"; export declare class VtsAccordionPanelComponent implements OnInit, OnDestroy { vtsConfigService: VtsConfigService; private cdr; private vtsAccordionComponent; private elementRef; noAnimation?: VtsNoAnimationDirective; readonly _vtsModuleName: VtsConfigKey; static ngAcceptInputType_vtsActive: BooleanInput; static ngAcceptInputType_vtsDisabled: BooleanInput; static ngAcceptInputType_vtsShowArrow: BooleanInput; vtsActive: boolean; vtsDisabled: boolean; vtsShowArrow: boolean; vtsExtra?: string | TemplateRef; vtsHeader?: string | TemplateRef; vtsExpandedIcon?: string | TemplateRef; readonly vtsActiveChange: EventEmitter; private destroy$; clickHeader(): void; markForCheck(): void; constructor(vtsConfigService: VtsConfigService, cdr: ChangeDetectorRef, vtsAccordionComponent: VtsAccordionComponent, elementRef: ElementRef, noAnimation?: VtsNoAnimationDirective); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }