/** * @fileoverview Sidebar menu components — menu items, buttons with tooltip support, sub-menus, actions, badges, and skeletons. * Provides the interactive menu primitives for the sidebar. Part of the Saasflare base component layer. * @module packages/ui/components/ui/sidebar/menu * @package ui * * @example * import { SidebarMenu, SidebarMenuItem, SidebarMenuButton } from '@saasflare/ui'; * * * * Dashboard * * * */ import * as React from "react"; import { VariantProps } from "class-variance-authority"; import { type SaasflareComponentProps } from "../../../providers"; import { TooltipContent } from "../tooltip"; export declare const sidebarMenuButtonVariants: (props?: ({ variant?: "outline" | "default" | null | undefined; size?: "sm" | "md" | "lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; /** * Top-level menu list container for the sidebar. Renders a `