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