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