import { Plugin } from 'prosemirror-state';
/**
 * This plugin allows you to automatically add links to your editor.
 */
declare const autolink: Plugin<any>;
export default autolink;
//# sourceMappingURL=autolink.d.ts.map