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

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