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