import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_EditValidation {
    text = 0,
    integer = 1,
    number = 2,
    reference = 3,
    formula = 4
}
/**
 * @hidden
 */
export declare let ST_EditValidation_$type: Type;
