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