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