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