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