import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ErrorAlertStyle {
    Stop = 0,
    Warning = 1,
    Infromation = 2
}
/**
 * @hidden
 */
export declare let ErrorAlertStyle_$type: Type;
