export declare enum XmatAlertTypes {
    success = 0,
    error = 1,
    question = 2,
    info = 3,
    warning = 4,
    disabled = 5
}
