import { Plugin } from 'prosemirror-state'; import "./selection.css"; export declare const selection: () => Plugin; declare module 'prosemirror-model' { interface NodeSpec { allowSelection?: boolean | undefined; } }