import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_SlicerStyleType } from "./ST_SlicerStyleType"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_SlicerStyleElement extends Base { static $t: Type; private b; private d; get a(): ST_SlicerStyleType; set a(a: ST_SlicerStyleType); get c(): Nullable$1; set c(a: Nullable$1); static e(a: XmlPartManagerBase, b: ST_SlicerStyleType, c: Nullable$1): { p1: ST_SlicerStyleType; p2: Nullable$1; }; static f(a: XmlPartManagerBase, b: string, c: Nullable$1, d: ST_SlicerStyleType): void; }