import { PropType, ExtractPropTypes } from 'vue'; export declare const richTextEditorProps: () => { modelValue: StringConstructor; readonly: { type: BooleanConstructor; default: boolean; }; uploadImage: PropType<(file: File) => { url: string; alt?: string; href?: string; } | null | false>; placeholder: { type: StringConstructor; default: string; }; }; export type RichTextEditorProps = Partial>>; declare const _default: import('vue').DefineComponent { url: string; alt?: string; href?: string; } | null | false>; placeholder: { type: StringConstructor; default: string; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly { url: string; alt?: string; href?: string; } | null | false>; placeholder: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { placeholder: string; readonly: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;