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