import type { Editor } from '@tiptap/react'; export declare const useTableToolbar: (editor: Editor | null) => { visible: boolean; position: { x: number; y: number; }; tableElement: HTMLTableElement | null; showToolbar: (tableElement: HTMLTableElement) => void; hideToolbar: () => void; checkTableSelection: () => void; }; //# sourceMappingURL=useTableToolbar.d.ts.map