import { EditorCommandGroup } from '../..'; import { Editor } from '@tiptap/core'; import { ComputedRef, Ref } from 'vue'; type Options = { disableArticle?: boolean; disableHeadings?: boolean; disableFootnote?: boolean; }; export declare function useEditorCommandGroupStyle(editor: Ref, options?: Options): ComputedRef; export {};