import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { ST_DataValidationType } from "./ST_DataValidationType"; import { ST_DataValidationErrorStyle } from "./ST_DataValidationErrorStyle"; import { ST_DataValidationImeMode } from "./ST_DataValidationImeMode"; import { ST_DataValidationOperator } from "./ST_DataValidationOperator"; import { ST_Sqref } from "./ST_Sqref"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_DataValidation extends Base implements ISupportSetProperty { static $t: Type; constructor(); p: string; q: string; m: Nullable$1; g: Nullable$1; h: Nullable$1; i: Nullable$1; f: Nullable$1; j: Nullable$1; l: Nullable$1; k: Nullable$1; o: string; n: string; s: string; r: string; a: ST_Sqref; static u(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1, g: Nullable$1, h: Nullable$1, i: Nullable$1, j: string, k: string, l: string, m: string, n: ST_Sqref): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; p6: Nullable$1; p7: Nullable$1; p8: Nullable$1; p9: string; p10: string; p11: string; p12: string; p13: ST_Sqref; }; static v(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: string, f: Nullable$1, g: string, h: Nullable$1, i: string, j: string, k: Nullable$1, l: Nullable$1, m: Nullable$1, n: Nullable$1, o: ST_Sqref): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }