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