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