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