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