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