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