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