import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_DataValidationType {
    none = 0,
    whole = 1,
    _decimal = 2,
    list = 3,
    date = 4,
    time = 5,
    textLength = 6,
    custom = 7
}
/**
 * @hidden
 */
export declare let ST_DataValidationType_$type: Type;
