/** * Simple debug component for displaying objects and strings with whitespace. * * In the case of objects, it JSON.stringifies them with a tab character. The tab width can be controlled with the `tab` prop, which will set the `tab-size` css property on the element. * * The value can be undefined, it will just display undefined. */ declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { value: any; title: string; tab: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=LibDebug.vue.d.ts.map