import { type BaseTextAttributes } from '../utils/index.js'; import type { VEditor } from '../virgo.js'; export declare class VirgoEventService { readonly editor: VEditor; private _isComposing; private _previousAnchor; private _previousFocus; constructor(editor: VEditor); get vRangeProvider(): import("../virgo.js").VRangeProvider | null; mount: () => void; private _isRangeCompletelyInRoot; private _onSelectionChange; private _onCompositionStart; private _onCompositionEnd; private _onBeforeInput; private _onKeyDown; private _onClick; } //# sourceMappingURL=event.d.ts.map