import { MultiLangText } from '../../model/CommonTypes'; import { FieldValidationRule } from '../../validator/FieldValidator'; import { RichTextIframeContext, ToolButton } from './RichTextModel.ts'; declare const _default: __VLS_WithTemplateSlots[] | undefined; ignoreSavePoint?: boolean | undefined; hideErrorMessage?: boolean | undefined; toolButtons?: ToolButton[] | undefined; contentClass?: string | undefined; internalMaximized?: boolean | undefined; }>, { width: string; height: string; contentMaxWidth: string; modelValue: string; toolButtons: () => ToolButton[]; }>>, { forceUpdateModelValue: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string) => void; maximized: () => void; editorIframeReady: (context: RichTextIframeContext) => void; }, string, import('vue').PublicProps, Readonly[] | undefined; ignoreSavePoint?: boolean | undefined; hideErrorMessage?: boolean | undefined; toolButtons?: ToolButton[] | undefined; contentClass?: string | undefined; internalMaximized?: boolean | undefined; }>, { width: string; height: string; contentMaxWidth: string; modelValue: string; toolButtons: () => ToolButton[]; }>>> & Readonly<{ onMaximized?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onEditorIframeReady?: ((context: RichTextIframeContext) => any) | undefined; }>, { modelValue: string; width: string; height: string; toolButtons: ToolButton[]; contentMaxWidth: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, { toolbarPrefix?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };