// @flow import * as React from 'react'; import Tooltip from '../tooltip'; import IconPuzzlePiece from '../../icons/general/IconPuzzlePiece'; import './FooterIndicator.scss'; type Props = { indicatorText: string, }; const FooterIndicator = ({ indicatorText }: Props) => { return (