export type SharedIntegrationProps = { glyphComponent: 'star' | 'cross' | 'circle' | '🍍'; showTooltip: boolean; showTooltipGlyph: boolean; tooltipGlyphComponent: 'star' | 'cross' | 'circle' | '🍍'; };