import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_GeoLocationQuery } from "./CT_GeoLocationQuery";
import { CT_GeoLocations } from "./CT_GeoLocations";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_GeoLocationQueryResult extends Base implements ISupportSetProperty {
    static $t: Type;
    private b;
    private d;
    constructor();
    get a(): CT_GeoLocationQuery;
    set a(a: CT_GeoLocationQuery);
    get c(): CT_GeoLocations;
    set c(a: CT_GeoLocations);
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
