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