/** * DevExpress Analytics (core\internal\_inlineTextEdit.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import * as ko from 'knockout'; import { Disposable } from '../../serializer/disposable'; import { ISelectionProvider } from '../selection/_selection'; export declare class InlineTextEdit extends Disposable { private _showInline; text: ko.Observable | ko.Computed; visible: ko.Observable | ko.Computed; element: HTMLElement; keypressAction: any; show: any; constructor(selection: ISelectionProvider); }