import { Plugin } from 'prosemirror-state'; declare const linkifyPlugin: () => Plugin; export default linkifyPlugin;