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