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