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

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