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