import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const MapOutlined: React.MemoExoticComponent>; declare type MapOutlinedRef = PathIconRef; declare type MapOutlinedProps = PathIconProps; export { MapOutlined }; export type { MapOutlinedRef, MapOutlinedProps }; export default MapOutlined;