export declare const CheckoutComponent: () => import("react/jsx-runtime").JSX.Element; /** * Nice to have * - divide backend / frontend exports * - handle loading state in coinbasepaybutton with transition api * - Remove rainbowkit dependency + Substitute account modal * - Separate cart from product params (db + onchain) and refactor to avoid moving things around when unneeded (ie description in cart, as used in Product modal) * - Dark mode */