/** * Contenteditable region with a formatting toolbar * * Vue wrapper for the `RichTextEditor` controller (`@42/core/rich-text-editor`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("richtexteditor:command" | "richtexteditor:change")[], "richtexteditor:command" | "richtexteditor:change", import('vue').PublicProps, Readonly> & Readonly<{ "onRichtexteditor:command"?: ((...args: any[]) => any) | undefined; "onRichtexteditor:change"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;