import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_Address } from "./CT_Address"; import { ST_EntityType } from "./ST_EntityType"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_GeoLocation extends Base implements ISupportSetProperty { static $t: Type; private b; private f; private h; private j; private d; constructor(); get a(): CT_Address; set a(a: CT_Address); get e(): Nullable$1; set e(a: Nullable$1); get g(): Nullable$1; set g(a: Nullable$1); get i(): string; set i(a: string); get c(): ST_EntityType; set c(a: ST_EntityType); static l(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: string, e: ST_EntityType): { p1: Nullable$1; p2: Nullable$1; p3: string; p4: ST_EntityType; }; static m(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: string, f: ST_EntityType): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }