import type { ScalarSidebarItemProps, ScalarSidebarItemSlots } from './types'; /** * Scalar Sidebar Item component * * Provides a ScalarSidebarButton wrapped in an `
  • ` to * meet accessibility requirements and automatically indents * the button based on the level of the sidebar group * * @example * * * * * * * * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ScalarSidebarItemSlots>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarSidebarItem.vue.d.ts.map