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