/** * DevExpress Analytics (core\widgets\textAlignmentEditor\_textAlignmentEditor.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 { EditorWithIcons } from '../bordereditor/_bordereditor'; export declare class TextAlignmentModel extends EditorWithIcons { private _resetHorizontalValues; private _resetVerticalValues; protected preInitProperties(): void; setValue(name: any, type: any): void; updateModel(value: string): void; updateValue(): void; middle: ko.Observable; center: ko.Observable; justify: ko.Observable; horizontalString: ko.Observable; verticalString: ko.Observable; }