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