import type { JSONContent } from '@tiptap/core'; import type { Node } from 'ricos-schema'; import { RichContent } from 'ricos-schema'; export declare const fromTiptap: | JSONContent>(tiptapContent: T) => T extends JSONContent ? Node | RichContent : Record; //# sourceMappingURL=fromTiptap.d.ts.map