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