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