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