import { EditorView } from "prosemirror-view"; import React from "react"; export declare const LinkEditor: React.SFC<{ view: EditorView; }>;