import { EventEmitter } from '../../stencil-public-runtime'; export declare class EoChatInput { disabled: boolean; /** Contextual placeholder — home uses the clinical-question prompt, chat the generic one. */ placeholder: string; value: string; eoSendMessage: EventEmitter; el: HTMLElement; private getTextarea; private adjustHeight; private handleInput; private handleKeyDown; private handleSend; render(): any; }