import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglExpandableSection { title: string; collapsable: boolean; open: boolean; openChange: EventEmitter; private _uid; get expanded(): boolean; get uid(): string; toggle(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }