import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_DataValidation } from "./CT_DataValidation"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_DataValidations_SML2009 extends Base { static $t: Type; private c; private g; private i; private k; private e; constructor(); get b(): List$1; set b(a: List$1); get f(): Nullable$1; set f(a: Nullable$1); get h(): Nullable$1; set h(a: Nullable$1); get j(): Nullable$1; set j(a: Nullable$1); get d(): Nullable$1; set d(a: Nullable$1); static l(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; }; static m(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1, f?: Nullable$1): void; }