interface Props { cart: any; isEditable?: boolean; } export declare const ShoppingCart: ({ cart, isEditable }: Props) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export {};