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