import type { AriaAttributes, HTMLAttributes, ReactNode } from 'react'; type SidebarGroupTitleProps = { expanded?: boolean; title?: string; titleId?: string; badge?: ReactNode; barProps?: AriaAttributes; } & HTMLAttributes; export declare const SidebarGroupTitle: ({ title, titleId, badge, barProps, expanded, ...props }: SidebarGroupTitleProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SidebarGroupTitle.d.ts.map