import { AfterContentInit, OnDestroy, QueryList } from '@angular/core'; import { SzAccordionItemComponent } from './sz-accordion-item.component'; import * as i0 from "@angular/core"; export declare class SzAccordionComponent implements AfterContentInit, OnDestroy { items: QueryList; private activeItem; private activeChangesSubscriptions; ngAfterContentInit(): void; ngOnDestroy(): void; close(): void; openByIndex(index: number): void; openByLabel(label: string): void; private activateNewItem; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }