import { Editor } from '@tiptap/core'; import type { CreateEditorOptions } from './types.js'; /** * Create a configured Tiptap v3 editor for a Cobalt preset. * * Pass `element: null` to construct now and call `editor.mount(el)` later * (the pattern used by the co-rich-text-editor Web Component). `injectCSS` is * always false — Cobalt owns every style. */ export declare function createEditor(options?: CreateEditorOptions): Editor; //# sourceMappingURL=create-editor.d.ts.map