import { IgrGeographicMapSeriesHost, IIgrGeographicMapSeriesHostProps } from "./igr-geographic-map-series-host"; import { GeographicXYTriangulatingSeriesBase } from "./GeographicXYTriangulatingSeriesBase"; export declare abstract class IgrGeographicXYTriangulatingSeriesBase

extends IgrGeographicMapSeriesHost

{ /** * @hidden */ get i(): GeographicXYTriangulatingSeriesBase; constructor(props: P); } export interface IIgrGeographicXYTriangulatingSeriesBaseProps extends IIgrGeographicMapSeriesHostProps { }