import { FC } from 'react'; interface Props { cart: any; isEditable?: boolean; } export declare const ShoppingCart: FC; export {};