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