export declare const TuiEditorTool: { readonly Align: "justify"; readonly Anchor: "anchor"; readonly Attach: "attach"; readonly Bold: "bold"; readonly Clear: "clear"; readonly Code: "code"; readonly Color: "foreColor"; readonly Details: "details"; readonly Group: "group"; readonly HR: "insertHorizontalRule"; readonly Hilite: "hiliteColor"; readonly Img: "image"; readonly Italic: "italic"; readonly Link: "link"; readonly List: "list"; readonly MergeCells: "mergeCells"; readonly Quote: "quote"; readonly RowsColumnsManaging: "rowsColumnsManaging"; readonly Size: "fontSize"; readonly SplitCells: "splitCells"; readonly Strikethrough: "strikeThrough"; readonly Sub: "subscript"; readonly Sup: "superscript"; readonly Table: "insertTable"; readonly CellColor: "cellColor"; readonly Tex: "tex"; readonly Underline: "underline"; readonly Undo: "undo"; }; export type TuiEditorToolType = (typeof TuiEditorTool)[keyof typeof TuiEditorTool];