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