import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from "@angular/core"; import { Modal } from "bootstrap"; import * as i0 from "@angular/core"; export declare class ModalComponent implements AfterViewInit, OnChanges, OnDestroy { el: ElementRef; title: string; show: boolean; close: EventEmitter; modal?: Modal; ngOnChanges(): void; ngOnDestroy(): void; ngAfterViewInit(): void; onModalClose(success: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }