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