import { PluginKey } from '@atlaskit/editor-prosemirror/state'; import type { PlaceholderPlugin } from './placeholderPluginType'; export declare const EMPTY_PARAGRAPH_TIMEOUT_DELAY = 2000; export declare const pluginKey: PluginKey; export declare const placeholderPlugin: PlaceholderPlugin;