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