import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_DataValidationErrorStyle {
    stop = 0,
    warning = 1,
    information = 2
}
/**
 * @hidden
 */
export declare let ST_DataValidationErrorStyle_$type: Type;
