declare var __VLS_7: { body: any; data: { [x: string]: any; }; dataContentId: any; }; type __VLS_Slots = {} & { empty?: (props: typeof __VLS_7) => any; }; declare const __VLS_base: import("vue").DefineComponent {}; }; data: { type: ObjectConstructor; default: () => {}; }; /** * Whether or not to render Prose components instead of HTML tags */ prose: { type: BooleanConstructor; default: undefined; }; /** * Root tag to use for rendering */ class: { type: (StringConstructor | ObjectConstructor)[]; default: undefined; }; /** * Tags to unwrap separated by spaces * Example: 'ul li' */ unwrap: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly {}; }; data: { type: ObjectConstructor; default: () => {}; }; /** * Whether or not to render Prose components instead of HTML tags */ prose: { type: BooleanConstructor; default: undefined; }; /** * Root tag to use for rendering */ class: { type: (StringConstructor | ObjectConstructor)[]; default: undefined; }; /** * Tags to unwrap separated by spaces * Example: 'ul li' */ unwrap: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; }>> & Readonly<{}>, { data: Record; class: string | Record; excerpt: boolean; tag: string; components: Record; prose: boolean; unwrap: string | boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };