import { type AttributeReactiveClass } from '../../element-reactive/index.js'; export declare class XTextareaEvents implements InstanceType> { #private; static observedAttributes: string[]; _handleEnableConfirmEvent(status: string | boolean | null): void; _handleSendComposingInput(newVal: string | null): void; _handleEnableSelectionEvent(status: boolean): void; constructor(dom: HTMLElement); }