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