/** * Textarea + formatting toolbar + live preview for WhatsApp messages * * Vue wrapper for the `WhatsappEditor` controller (`@42/core/whatsapp-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, ("whatsappeditor:change" | "whatsappeditor:format")[], "whatsappeditor:change" | "whatsappeditor:format", import('vue').PublicProps, Readonly> & Readonly<{ "onWhatsappeditor:change"?: ((...args: any[]) => any) | undefined; "onWhatsappeditor:format"?: ((...args: any[]) => any) | undefined; }>, { emojis: boolean; floating: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;