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