declare const _default: import("vue/types/v3-define-component").DefineComponent<{ /** * Raw markdown content */ content: { type: StringConstructor; required: false; default: null; }; /** * Showdown flavor * * 'github' | 'original' | 'ghost' | 'vanilla' | 'allOn' */ flavor: { type: StringConstructor; required: false; default: null; }; /** * Showdown options * */ options: { type: ObjectConstructor; required: false; default: () => {}; }; /** * Showdown extensions * */ extensions: { type: ArrayConstructor; required: false; default: null; }; /** * Treat the HTML string as Vue template. Require full build of Vue (runtime + complier) */ vueTemplate: { type: BooleanConstructor; required: false; default: boolean; }; }, import("vue").Data, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly {}; }; /** * Showdown extensions * */ extensions: { type: ArrayConstructor; required: false; default: null; }; /** * Treat the HTML string as Vue template. Require full build of Vue (runtime + complier) */ vueTemplate: { type: BooleanConstructor; required: false; default: boolean; }; }>>, { content: string; options: Record; flavor: string; extensions: unknown[]; vueTemplate: boolean; }>; export default _default;