import type { Components, JSX } from "../types/components";

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