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