import { EventName } from '@lit/react'; import { ObcTextareaField as ObcTextareaFieldElement } from '@oicl/openbridge-webcomponents/dist/components/textarea-field/textarea-field.js'; import { VoiceActionDetail } from '@oicl/openbridge-webcomponents/dist/components/textarea-field/textarea-field.js'; export type { VoiceActionDetail } from '@oicl/openbridge-webcomponents/dist/components/textarea-field/textarea-field.js'; export declare const ObcTextareaField: import("@lit/react").ReactWebComponent>; onInput: EventName>; onBlur: EventName>; onSendClick: EventName>; onAddClick: EventName>; onScreenshotClick: EventName>; onImageClick: EventName>; onAttachmentClick: EventName>; onVoiceAction: EventName>; onAttachmentRemove: EventName>; }>; //# sourceMappingURL=textarea-field.d.ts.map