import { OnDestroy, OnInit } from '@angular/core'; import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal'; import { alertTypes } from '../message-enum'; import * as i0 from "@angular/core"; export declare class AlertComponent implements OnInit, OnDestroy { _bsModalRef: BsModalRef; _bsModalService: BsModalService; message?: string; type?: alertTypes; id: number; constructor(_bsModalRef: BsModalRef, _bsModalService: BsModalService); ngOnInit(): void; ngOnDestroy(): void; closeAlert(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }