import React from 'react';
import { IconProps } from "./";
declare const CartWithAdd: React.FC<IconProps>;
export default CartWithAdd;
