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