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