import { Plugin } from 'prosemirror-state'; declare const placeholderPlugin: (text?: string) => Plugin; export default placeholderPlugin;