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