import { Plugin } from 'prosemirror-state';
declare const editablePlugin: (editable?: boolean) => Plugin;
export default editablePlugin;
