import { BagelInputShellProps } from './bagelInputShell'; interface Props extends BagelInputShellProps { maxLength?: number; placeholder?: string; label?: string; rtl?: boolean; showFormatting?: boolean; } type __VLS_Props = Props; type __VLS_PublicProps = { 'modelValue'?: string; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, { html: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { label: string; placeholder: string; showFormatting: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { textareaRef: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDebounce?: ((...args: any[]) => any) | undefined; }>, { focus: () => void | undefined; hasFocus: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; debounce: (...args: any[]) => void; }, import('vue').PublicProps, { type: string; modelValue: string | number; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { input: HTMLTextAreaElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDebounce?: ((...args: any[]) => any) | undefined; }>, { focus: () => void | undefined; hasFocus: () => boolean; }, {}, {}, {}, { type: string; modelValue: string | number; }> | null; }, HTMLDivElement>; export default _default; //# sourceMappingURL=MarkdownEditor.vue.d.ts.map