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