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