import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { ModalEventType } from '../modal-event-type.model'; import * as i0 from "@angular/core"; export declare class KyoModalContentComponent { activeModal: NgbActiveModal; eventType: typeof ModalEventType; title: string; message: string; labelConfirmationOkCustom: string; labelConfirmationKoCustom: string; showOnlyConfirmationOk: boolean; constructor(activeModal: NgbActiveModal); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }