import { Editor } from '@tiptap/core'; import { IEditorToolElement } from '../editor-utils'; export declare const LinkPopover: ({ tool, editor, onError, }: { tool: IEditorToolElement; editor: Editor; onError?: (errorString: string) => void; }) => import("react/jsx-runtime").JSX.Element;