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