/// import type { Editor } from "@tiptap/core"; import type { Modal } from "../BubbleMenu"; interface LinkItemsProps { editor: Editor; setModal: (modal: Modal) => void; } export declare function LinkItems(props: LinkItemsProps): JSX.Element; export {};