import { WysiwygProps } from '../../../../shared/types/wysiwyg'; export declare const Wysiwyg: ({ value, defaultValue, onChange, placeholder, disabled, showToolbar, allowAttachments, onAttachment, allowMentions, onMention, showSubmitButton, onSubmit, submitButtonText, className, autoFocus, minHeight, maxHeight, }: WysiwygProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Wysiwyg.d.ts.map