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