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