import { HTMLAttributes } from 'react'; export interface SidebarMenuGroupProps extends HTMLAttributes { /** * The title of the group. */ title?: string; } export declare const SidebarMenuGroup: import('react').ForwardRefExoticComponent>;