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

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