import type { Components, JSX } from "../types/components"; interface RuxIconRemoveShoppingCart extends Components.RuxIconRemoveShoppingCart, HTMLElement {} export const RuxIconRemoveShoppingCart: { prototype: RuxIconRemoveShoppingCart; new (): RuxIconRemoveShoppingCart; };