import { Extension } from '@tiptap/core'; /** * DragHandle extension - Renders a ⠿ drag handle in the left gutter for * each block-level node. Clicking and dragging reorders blocks. */ export declare const DragHandle: Extension;