import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const MapIconConfig: {
  name: 'MapIcon',
  icon: {"xOffset":0,"yOffset":0,"width":576,"height":512,"svgPathData":"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z"},
  rhUiIcon: null,
};
export declare const MapIcon: ComponentClass<SVGIconProps>;
export default MapIcon;