import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DrawerComponent { protected z: NgZone; protected el: HTMLElement; beforetoggle: EventEmitter; toggle: EventEmitter; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); /** Shows the drawer */ show(): void; /** Hides the drawer */ hide(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DrawerWrapperModule { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=drawerProxy.component.d.ts.map