import type { Editor } from '@tiptap/core'; export declare const useToolbarCommandConfig: (editor: Editor) => { toolbarCommands: import("vue").ComputedRef<{ command: () => boolean; isActive: () => boolean; shortcuts: string[]; icon: string; title: string; }[]>; };