import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum DataValidationType { AnyValue = 0, WholeNumber = 1, Decimal = 2, List = 3, Date = 4, Time = 5, TextLength = 6, Formula = 7 } /** * @hidden */ export declare let DataValidationType_$type: Type;