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