import type { ExtractPropTypes } from 'vue'; import type MarkdownEditor from '../markdown-editor.vue'; export declare const llMarkdownEditorProps: { readonly value: import("ll-plus/es/utils").EpPropFinalized "", boolean>; readonly compress: import("ll-plus/es/utils").EpPropFinalized true, boolean>; readonly uploadImage: import("ll-plus/es/utils").EpPropFinalized any, boolean>; readonly imageQuality: import("ll-plus/es/utils").EpPropFinalized {}, boolean>; readonly mode: import("ll-plus/es/utils").EpPropFinalized; }; export declare const llMarkdownEditorEmits: { change: (value: string) => boolean; 'update:value': (value: string) => boolean; }; export type MarkdownEditorProps = ExtractPropTypes; export type MarkdownEditorEmits = typeof llMarkdownEditorEmits; export type MarkdownEditorInstance = InstanceType;