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