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