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