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