import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class EuiExpandContentComponent { get cssClasses(): string; isCollapsed: boolean; expandLabel: string; collapseLabel: string; collapsed: EventEmitter; constructor(); onToggle(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class EuiExpandContentModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }