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