import { EditorGroup } from "./EditorView"; import { AbstractElement } from "../AbstractElement"; import { WebElement } from "../.."; export declare class EditorAction extends AbstractElement { constructor(element: WebElement, parent: EditorGroup); /** * Get text description of the action. */ getTitle(): Promise; }