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