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