import type { HTMLAttributes, ReactNode } from 'react'; export declare const SidebarCollapseGroup: import("react").ForwardRefExoticComponent<{ expanded?: boolean; defaultExpanded?: boolean; tabIndex?: number; title: string; badge?: ReactNode; actions?: ReactNode; } & HTMLAttributes & import("react").RefAttributes>; //# sourceMappingURL=SidebarCollapseGroup.d.ts.map