import type { SidebarGroupLevel } from './useSidebarGroups.js'; /** * Scalar Sidebar Spacer component * * Provide a styled spacer for the ScalarSidebar, handles the indent lines for nested groups * * * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ indent?: SidebarGroupLevel; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ indent?: SidebarGroupLevel; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarSidebarSpacer.vue.d.ts.map