import { AfterContentChecked, OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; /** * @deprecated * NggAccordion is deprecated in favor of GdsDetails found in the Core package * https://storybook.seb.io/latest/core/?path=/docs/components-details--docs */ export declare class NggAccordionComponent implements AfterContentChecked, OnDestroy { private items; private _expandAll; private expandAllSubscription; closeOthers: boolean; get expandAll(): Observable | undefined; set expandAll(value: Observable | undefined); ngAfterContentChecked(): void; ngOnDestroy(): void; private onChildExpanded; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }