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