import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost"; import { MarkerType } from "igniteui-react-charts"; import { MarkerOutlineMode } from "igniteui-react-charts"; import { MarkerFillMode } from "igniteui-react-charts"; import { DataTemplate } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost { static $t: Type; constructor(); th(): DataTemplate; v5(): Brush; v6(): Brush; iu(): number; ml(): string; private x9; xv: MarkerType; xw: number; xu: MarkerOutlineMode; xt: MarkerFillMode; yb: DataTemplate; yp: Brush; yq: Brush; xx: number; ya: DataTemplate; yn: Brush; yo: Brush; protected rq(a: any, b: string, c: any, d: any): void; static $$p: string[]; }