import { HelpCircle } from 'react-feather'; import ReactTooltip from 'react-tooltip'; interface Props { tooltipId: string; } export function LimitedToBeIndicator({ tooltipId }: Props) { return ( <>