import { MapLayout, ProjectionTypeEnum, ScaleContainer, ScaleContainerTypeEnum } from "../mmviz-layout/index"; import { MapComponentSvg } from "../mmviz-component-svg/index"; import { ChartBuilderSvg } from "./builder"; export declare class MapChartBuilderSvg extends ChartBuilderSvg { scaleFactor: any; layout: MapLayout; component: MapComponentSvg; scaleContainerEnum: ScaleContainerTypeEnum; projectionTypeEnum: ProjectionTypeEnum; customColorScaleContainer: ScaleContainer; constructor(selector: string); updateView(): MapChartBuilderSvg; resizeView(): this; }