import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import * as ɵngcc0 from '@angular/core'; export declare class NgbModalWindow implements OnInit, AfterViewInit, OnDestroy { private _document; private _elRef; private _elWithFocus; ariaLabelledBy: string; backdrop: boolean | string; centered: boolean | string; keyboard: boolean; scrollable: string; size: string; windowClass: string; shouldAnimate: boolean; dismissEvent: EventEmitter; constructor(_document: any, _elRef: ElementRef); backdropClick($event: any): void; escKey($event: any): void; dismiss(reason: any): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=modal-window.d.ts.map