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