import * as React from 'react'; import { Focusable, Tooltip, TooltipProvider } from '@box/blueprint-web'; import IconPuzzlePiece from '../../icons/general/IconPuzzlePiece'; import './FooterIndicator.scss'; type Props = { indicatorText: string; }; const FooterIndicator = ({ indicatorText }: Props) => { return (