import type { PropType, DefineComponent } from 'vue'; import type { MDCParseOptions } from '@nuxtjs/mdc'; declare var __VLS_1: { data: any; body: any; toc: any; excerpt: any; error: import("nuxt/app").NuxtError | undefined; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: DefineComponent; default: () => {}; }; /** * Class to be applied to the root element */ class: { type: (StringConstructor | ObjectConstructor | ArrayConstructor)[]; default: string; }; /** * Tags to unwrap separated by spaces * Example: 'ul li' */ unwrap: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; /** * Async Data Unique Key * @default `hash(props.value)` */ cacheKey: { type: StringConstructor; default: undefined; }; /** * Partial parsing (if partial is `true`, title and toc generation will not be generated) */ partial: { type: BooleanConstructor; default: boolean; }; /** * The map of custom components to use for rendering. */ components: { type: PropType>>; default: () => {}; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => {}; }; /** * Class to be applied to the root element */ class: { type: (StringConstructor | ObjectConstructor | ArrayConstructor)[]; default: string; }; /** * Tags to unwrap separated by spaces * Example: 'ul li' */ unwrap: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; /** * Async Data Unique Key * @default `hash(props.value)` */ cacheKey: { type: StringConstructor; default: undefined; }; /** * Partial parsing (if partial is `true`, title and toc generation will not be generated) */ partial: { type: BooleanConstructor; default: boolean; }; /** * The map of custom components to use for rendering. */ components: { type: PropType>>; default: () => {}; }; }>> & Readonly<{}>, { tag: string | boolean; excerpt: boolean; parserOptions: MDCParseOptions; class: string | unknown[] | Record; unwrap: string | boolean; cacheKey: string; partial: boolean; components: Record>; }, {}, {}, {}, 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; }; };