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