import { TooltipContent } from '../tooltip'; import { SidebarMenuButtonStyles, SidebarStyles } from './sidebar.css'; import * as React from 'react'; export declare const SidebarMenu: React.ForwardRefExoticComponent, HTMLUListElement>, "ref"> & React.RefAttributes>; export declare const SidebarMenuItem: React.ForwardRefExoticComponent, HTMLLIElement>, "ref"> & React.RefAttributes>; type SidebarMenuButtonProps = React.ComponentProps<'button'> & { asChild?: boolean; isActive?: boolean; tooltip?: string | React.ComponentProps; } & SidebarMenuButtonStyles; export declare const SidebarMenuButton: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const SidebarMenuAction: React.ForwardRefExoticComponent & React.ButtonHTMLAttributes & { asChild?: boolean; } & SidebarStyles, "ref"> & React.RefAttributes>; export declare const SidebarMenuBadge: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export declare const SidebarMenuSkeleton: React.ForwardRefExoticComponent & React.HTMLAttributes & { showIcon?: boolean; }, "ref"> & React.RefAttributes>; export declare const SidebarMenuSub: React.ForwardRefExoticComponent, HTMLUListElement>, "ref"> & React.RefAttributes>; export declare const SidebarMenuSubItem: React.ForwardRefExoticComponent, HTMLLIElement>, "ref"> & React.RefAttributes>; export declare const SidebarMenuSubButton: React.ForwardRefExoticComponent & React.AnchorHTMLAttributes & { asChild?: boolean; isActive?: boolean; } & SidebarStyles, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=sidebar-menu.d.ts.map