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