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