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