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