import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NggAccordionListItemComponent { id: string; labelElementLevel: number; listItemHeader: string; listItemSubHeader: string; expandedChange: EventEmitter; contentHeight: string; isExpanded: boolean; shrink(): void; expand(): void; toggleExpanded(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }