import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_Clear } from "./CT_Clear"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_GeoCache extends Base implements ISupportSetProperty { static $t: Type; private d; constructor(); b: string; a: CT_Clear; get c(): string; set c(a: string); static f(a: XmlPartManagerBase, b: string): { p1: string; }; static g(a: XmlPartManagerBase, b: string, c: string): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }