import { ActiveModal } from './active-modal'; import { state } from '@angular/animations'; export declare class ModalOverlayComponent { private activeModal; _ignoreEscapeKey: boolean; constructor(activeModal: ActiveModal); _fadeInOut(): typeof state; _escapeKey(event: any): void; }