import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { CalEvent } from "../utils/model/CalEvent"; import { ModalDirective } from "ngx-bootstrap/modal"; import * as i0 from "@angular/core"; export declare class CalendarDialogDelete implements AfterViewInit, OnDestroy { calEvent?: CalEvent; onDelete: EventEmitter; confirmDialog: ModalDirective; dialogDelete: ElementRef; onLoad: EventEmitter; dialogTitle: string; dialogContent: string; private _$dialogDelete; constructor(); ngAfterViewInit(): void; ngOnDestroy(): void; hide(): void; delete(): void; show(): void; private _initDialogDelete; private _destroyDialogDelete; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }