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