export interface HTMLCopilotTextAreaElement extends HTMLElement { value: string; focus: () => void; blur: () => void; }