import { ScaleContainerTypeEnum, ProjectionTypeEnum } from "../mmviz-layout/index"; import { ChartBuilderSvg } from "./builder"; export declare class MapPointChartBuilder extends ChartBuilderSvg { scaleFactor: any; mapComponent: any; mapPointComponent: any; mapScaleContainerEnum: ScaleContainerTypeEnum; mapPointScaleContainerEnum: ScaleContainerTypeEnum; projectionTypeEnum: ProjectionTypeEnum; constructor(selector: string); addColorLegend(title: string): this; updateView(): this; resizeView(): this; }