/// import { IconProps } from '../../types'; declare const Map: (allProps: IconProps) => JSX.Element; export default Map;