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