import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; declare class NgxAlertMessageService { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class NgxAlertMessageComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } type mode$1 = "primary" | "success" | "danger" | "info" | "warning"; declare class AlertComponent implements OnInit { textColor: string; mode: mode$1; close: boolean; bold: boolean; text: any; disabled: boolean; color: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } type mode = "primary" | "success" | "danger" | "info" | "warning"; declare class JustAlertComponent implements OnInit { textColor: string; mode: mode; close: boolean; bold: boolean; text: any; disabled: boolean; color: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { AlertComponent, JustAlertComponent, NgxAlertMessageComponent, NgxAlertMessageService };