import { Base, Type } from "igniteui-react-core";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_SlicerCache extends Base {
    static $t: Type;
    private b;
    get a(): string;
    set a(a: string);
    static c(a: XmlPartManagerBase, b: string): {
        p1: string;
    };
    static d(a: XmlPartManagerBase, b: string, c: string): void;
}
