import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-core";
import { CT_GeoLocationQueryResult } from "./CT_GeoLocationQueryResult";
import { CT_GeoDataEntityQueryResult } from "./CT_GeoDataEntityQueryResult";
import { CT_GeoDataPointToEntityQueryResult } from "./CT_GeoDataPointToEntityQueryResult";
import { CT_GeoChildEntitiesQueryResult } from "./CT_GeoChildEntitiesQueryResult";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_Clear extends Base implements ISupportSetProperty {
    static $t: Type;
    constructor();
    d: List$1<CT_GeoLocationQueryResult>;
    b: List$1<CT_GeoDataEntityQueryResult>;
    c: List$1<CT_GeoDataPointToEntityQueryResult>;
    a: List$1<CT_GeoChildEntitiesQueryResult>;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
