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