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