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