import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_SeriesElementVisibilities extends Base { static $t: Type; private c; private e; private g; private i; private k; get b(): Nullable$1; set b(a: Nullable$1); get d(): Nullable$1; set d(a: Nullable$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); static a(a: XmlPartManagerBase): CT_SeriesElementVisibilities; static m(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; }; static n(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1, f?: Nullable$1, g?: Nullable$1): void; toString(): string; }