import { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class GeographicXYTriangulatingSeriesBaseDescription extends GeographicMapSeriesHostDescription { static $t: Type; protected get_type(): string; constructor(); }