import { IgrGeographicMarkerSeries, IIgrGeographicMarkerSeriesProps } from "./igr-geographic-marker-series"; import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase"; export declare abstract class IgrGeographicMarkerSeriesBase

extends IgrGeographicMarkerSeries

{ /** * @hidden */ get i(): GeographicMarkerSeriesBase; constructor(props: P); } export interface IIgrGeographicMarkerSeriesBaseProps extends IIgrGeographicMarkerSeriesProps { }