import { EditorState } from "prosemirror-state"; import { Dispatch } from "../types"; import { PlaceholderPluginOptions } from "./PlaceholderPlugin"; export declare const placeholderSetOptions: (state: EditorState, options: Partial, dispatch?: Dispatch | undefined) => boolean;