import type { Editor } from "@tiptap/core"; import { Plugin } from "@tiptap/pm/state"; import { DecorationSet } from "@tiptap/pm/view"; /** Plugin responsible for showing and hiding the row and column handles. */ export declare function tableHandlesPlugin(editor: Editor): Plugin;