import { OnInit } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { AlertModal } from '@outerlimitstech/ngx-app-core'; import { BaseModalComponent } from '../base-modal.component'; import * as i0 from "@angular/core"; export declare class AlertModalComponent extends BaseModalComponent implements OnInit { bsModalRef: BsModalRef; settings: AlertModal; result: boolean; constructor(bsModalRef: BsModalRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }