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