import { Editor } from '@tiptap/react'; export interface BubbleMenuLinkProps { editor: Editor; disabled?: boolean; } export declare function RichTextBubbleLink(): import("react/jsx-runtime").JSX.Element;