import { Base, Point, IList$1, Type } from "igniteui-react-core"; import { Marker } from "./Marker"; import { IDictionary$2 } from "igniteui-react-core"; import { OwnedPoint } from "./OwnedPoint"; import { List$1 } from "igniteui-react-core"; import { Rect } from "igniteui-react-core"; import { Dictionary$2 } from "igniteui-react-core"; import { MarkerManagerBucket } from "./MarkerManagerBucket"; /** * @hidden */ export declare abstract class MarkerManagerBase extends Base { static $t: Type; f: () => Point[]; h: (arg1: any) => Marker; a: (arg1: IDictionary$2) => void; g: (arg1: number) => any; e: () => List$1; static b: boolean; constructor(a: (arg1: any) => Marker, b: (arg1: number) => any, c: (arg1: IDictionary$2) => void, d: () => Point[], e: () => List$1); abstract l(a: IDictionary$2, b: number, c: Rect, d: Rect, e: number): void; abstract j(a: IDictionary$2, b: boolean): void; protected d(a: Dictionary$2, b: List$1): List$1; protected k(a: number, b: Dictionary$2, c: List$1, d: List$1): void; protected i(a: Rect, b: Rect, c: IList$1, d: List$1): void; protected c(a: Rect, b: List$1, c: number, d: IList$1): Dictionary$2; }