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