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