import React from 'react'; import { IMapType } from '../../typings'; declare const AppMap: React.FC<{ map?: IMapType; }>; export default AppMap;