export interface AccessibleGlyphProps { isActiveGroup: boolean; className?: string; accessibleGlyph?: React.ReactElement | null; }