import { type JSONContent } from '@tiptap/vue-3'; import { type PropType } from '#imports'; interface ICommand { name: string; } declare const _default: import("vue").DefineComponent; }; stateSrc: { type: PropType; }; statePath: { type: StringConstructor; }; validate: { type: BooleanConstructor; }; modelValue: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: JSONContent[] | undefined) => any; }, string, import("vue").PublicProps, Readonly; }; stateSrc: { type: PropType; }; statePath: { type: StringConstructor; }; validate: { type: BooleanConstructor; }; modelValue: { type: PropType; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: JSONContent[] | undefined) => any) | undefined; }>, { validate: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;