import { BaseDirective } from '../../base.directive'; import * as i0 from "@angular/core"; import * as i1 from "./components/eui-overlay-header/eui-overlay-header.component"; import * as i2 from "./components/eui-overlay-body/eui-overlay-body.component"; import * as i3 from "./components/eui-overlay-footer/eui-overlay-footer.component"; import * as i4 from "@angular/common"; export declare class EuiOverlayComponent extends BaseDirective { get cssClasses(): string; isActive: boolean; position: string; width: string; constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class EuiOverlayModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }