import { ComponentRef, ViewContainerRef, AfterViewInit, Type, ChangeDetectorRef, ElementRef, OnDestroy, EnvironmentInjector, Injector } from "@angular/core"; import { ModalReference } from './modal-reference'; import { ModalSize } from './modal-config'; import * as i0 from "@angular/core"; export declare class ModalComponent implements AfterViewInit, OnDestroy { private _changeDetectorRef; private _mouseDownPressed; modalReference: ModalReference; componentRef: ComponentRef; contentComponentType: Type; modalSize: typeof ModalSize; classConfig: any; envInjector?: EnvironmentInjector; elementInjector?: Injector; contentContainer: ViewContainerRef; bodyElement: ElementRef; constructor(changeDetectorRef: ChangeDetectorRef, modalRefernce: ModalReference); private createModalContent; ngAfterViewInit(): void; ngOnDestroy(): void; private isBackdropElement; mouseDownEvent(event: MouseEvent, backdropCliecked: boolean): void; mouseUpEvent(event: MouseEvent): void; keyUpEvent(event: KeyboardEvent): void; maximize(): void; restoreWindow(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }