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