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