export interface AccessibleGlyphProps { isActiveGroup: boolean; className?: string; accessibleGlyph?: React.ReactElement | null; } //# sourceMappingURL=AccessibleGlyph.types.d.ts.map