import { MapType } from '../constants/map/map';
export declare function getMapPosition(mapType: MapType, chartHeight: number, chartWidth: number): any;
