import * as React from 'react'; import './index.scss'; export interface EchartMapProps { title?: 'object'; description?: 'string'; color?: 'string'; style?: 'object'; data?: 'array'; mapName?: 'string'; } declare const EchartMap: React.FC; export default EchartMap;