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