import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { CT_DataValidationFormula } from "./CT_DataValidationFormula"; import { CT_Sqref } from "./CT_Sqref"; 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 { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_DataValidation_SML2009 extends Base { static $t: Type; private d; private f; private b; private z; private n; private p; private r; private l; private t; private x; private v; private ad; private ab; private ah; private af; constructor(); get c(): CT_DataValidationFormula; set c(a: CT_DataValidationFormula); get e(): CT_DataValidationFormula; set e(a: CT_DataValidationFormula); get a(): CT_Sqref; set a(a: CT_Sqref); get y(): Nullable$1; set y(a: Nullable$1); get m(): Nullable$1; set m(a: Nullable$1); get o(): Nullable$1; set o(a: Nullable$1); get q(): Nullable$1; set q(a: Nullable$1); get k(): Nullable$1; set k(a: Nullable$1); get s(): Nullable$1; set s(a: Nullable$1); get w(): Nullable$1; set w(a: Nullable$1); get u(): Nullable$1; set u(a: Nullable$1); get ac(): string; set ac(a: string); get aa(): string; set aa(a: string); get ag(): string; set ag(a: string); get ae(): string; set ae(a: string); static ai(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): { 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; }; static aj(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): void; }