import { OnInit, OnDestroy } from '@angular/core'; import { UxAppShellService } from '@eui/core'; import * as i0 from "@angular/core"; export declare class EuiAppSidebarComponent implements OnInit, OnDestroy { asService: UxAppShellService; string: string; private windowResizedSubscription; constructor(asService: UxAppShellService); close(): void; ngOnInit(): void; ngOnDestroy(): void; onMouseEnter(event: any): void; onMouseLeave(event: any): void; private _closeMobileSidebar; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }