import { MarkerManagerBase } from "./MarkerManagerBase"; import { IFastItemColumn$1 } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; import { Marker } from "./Marker"; import { Point, Type } from "igniteui-react-core"; import { IDictionary$2 } from "igniteui-react-core"; import { OwnedPoint } from "./OwnedPoint"; import { Rect } from "igniteui-react-core"; /** * @hidden */ export declare class BubbleMarkerManager extends MarkerManagerBase { static $t: Type; m: IFastItemColumn$1; o: List$1; n: List$1; constructor(a: (arg1: any) => Marker, b: (arg1: number) => any, c: (arg1: IDictionary$2) => void, d: () => Point[], e: () => List$1); l(a: IDictionary$2, b: number, c: Rect, d: Rect, e: number): void; j(a: IDictionary$2, b: boolean): void; }