/** * Scalar Markdown Summary component * * Displays a truncated preview of markdown content with * a "More" / "Show Less" toggle to expand and collapse. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; "update:truncated": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; "onUpdate:truncated"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { button?: (props: { open: boolean; }) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarMarkdownSummary.vue.d.ts.map