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