import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Map: React.FC<IconBaseProps>;
export default Map;
