import type { ScalarSidebarButtonSlots, ScalarSidebarItemProps } from './types'; /** * Scalar Sidebar Button component * * Provide a styled link for the ScalarSidebar or similar, supports * the same props and slots as ScalarSidebarItem * * This is used internally by the ScalarSidebarItem component * * If you're looking to create items in ScalarSidebarItems * you probably want the ScalarSidebarItem component * * @example * * * * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ScalarSidebarButtonSlots>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarSidebarButton.vue.d.ts.map