import { Editor } from '@tiptap/core'; import { Group } from './types'; export declare function renderGroups(editor: Editor): Group[];