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