import { EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CustomModalComponent { private elementRef; size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'full'; title: string; isOpen: boolean; close: EventEmitter; constructor(elementRef: ElementRef); onClose(): void; onEscapeKey(event: KeyboardEvent): void; onBackdropClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }