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