import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from "@angular/core"; import { Observable } from "rxjs"; import { DestroyStreamService } from "../../services"; import * as i0 from "@angular/core"; export declare class IntModalComponent implements OnInit, OnDestroy, AfterViewInit { private readonly destroy$; readonly pressedKey$: Observable; width: string; mode: 'center' | 'right-side' | 'left-side' | 'top' | string; modalStyles: string; doNotCloseByTapOnOverlay: boolean; autoScroll: boolean; closeEvent: EventEmitter; init: boolean; private readonly inner; constructor(destroy$: DestroyStreamService, pressedKey$: Observable); get animation(): boolean; get _hc(): string; get _owy(): "auto" | "inherit"; hostClick(): void; preventAction(event: any): void; open(): void; closeModal(): void; ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }