import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ModalComponent { /** Managing modal close/open state */ closeModal: boolean; /** Emitter to propagate parent about close event of modal */ close: EventEmitter; /** Reference to modal element */ modal: ElementRef | null; /** Modal width to be shown */ modalWidth: string; modalContent: boolean; private handleClick; ngOnInit(): void; ngOnDestroy(): void; /** Handling modal close event */ hideModal(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }