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