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