import type { Node, NodeSpec } from 'prosemirror-model'; export type PlaceholderOptions = Record['content']>; export declare const getPlaceholderContent: (node: Node, parent?: Node | null) => string | null;