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