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