import { EventEmitter } from '@angular/core'; import { BsModalService } from 'ngx-bootstrap/modal'; import { MessageBoxType, MessageBoxCommand } from '../ModalDialog'; import * as i0 from "@angular/core"; export declare class MessageboxService { private bsModalService; constructor(bsModalService: BsModalService); openDialog(message: string, type?: MessageBoxType, title?: string, okText?: string, cancelText?: string): EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }