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