import React from 'react';
import type { IMapChartSpec } from '@visactor/vchart';
export declare const MapChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IMapChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;