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