import { BsModalRef } from "ngx-bootstrap"; export declare class MsgboxContent { bsModalRef: BsModalRef; title: string; options: any; message: string; callback: Function; constructor(bsModalRef: BsModalRef); btnClick(model: any): void; }