import { Plugin } from "prosemirror-state"; import type { Editor } from "../types.js"; export declare const toolbarPlugin: (options: { editor: Editor; }) => Plugin; //# sourceMappingURL=toolbar.d.ts.map