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