import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgAlertBoxComponent implements OnInit {
    constructor();
    ngOnInit(): void;
    dialog(type: any, msg: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgAlertBoxComponent, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgAlertBoxComponent>;
}
