import { OnInit, EventEmitter } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { MessageBoxCommand, MessageBoxType, IModalDialog } from '../ModalDialog'; import * as i0 from "@angular/core"; export declare class MessageboxComponent implements OnInit, IModalDialog { private bsModalRef; constructor(bsModalRef: BsModalRef); types: typeof MessageBoxType; okText: string; cancelText: string; errorMessage: string; title: string; text: string; type: MessageBoxType; onCommand: EventEmitter; comment: string; ngOnInit(): void; ok(): void; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }