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