import type { Editor } from '@tiptap/core'; export declare function DocumentTableMarginsPopover({ editor }: { editor: Editor; }): import("react").JSX.Element;