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