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