import type { Components, JSX } from "../types/components"; interface UniMatTtAddShoppingCart extends Components.UniMatTtAddShoppingCart, HTMLElement {} export const UniMatTtAddShoppingCart: { prototype: UniMatTtAddShoppingCart; new (): UniMatTtAddShoppingCart; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;