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