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