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