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