import { XmatAlertTypes } from "../../models/xmat-alert-types.model";
export declare class XmatAlertBoxComponent {
    static nextId: number;
    xmatAlertType: XmatAlertTypes;
    id: number;
    xmatAlertTypeKlass: string;
    private _xmatAlertType;
    constructor();
}
