export interface SideNavGroupHeaderProps { isActiveGroup: boolean; accessibleGlyph?: React.ReactElement | null; header?: React.ReactNode; }