import { IMapProps } from './Map';
import { IChartAdaptor } from './types';
export declare const mapD3: () => IChartAdaptor<IMapProps>;
