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