import React from 'react'; import './index.scss'; import { ShopCartModel } from "./type"; declare const ShoppingCart: React.FC; export default ShoppingCart;