import { Base, Nullable$1, Type } from "igniteui-react-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<number>;
    set e(a: Nullable$1<number>);
    get g(): Nullable$1<number>;
    set g(a: Nullable$1<number>);
    get i(): string;
    set i(a: string);
    get c(): ST_EntityType;
    set c(a: ST_EntityType);
    static l(a: XmlPartManagerBase, b: Nullable$1<number>, c: Nullable$1<number>, d: string, e: ST_EntityType): {
        p1: Nullable$1<number>;
        p2: Nullable$1<number>;
        p3: string;
        p4: ST_EntityType;
    };
    static m(a: XmlPartManagerBase, b: string, c: Nullable$1<number>, d: Nullable$1<number>, e: string, f: ST_EntityType): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
