// @flow /** @jsx jsx */ import { type ElementConfig } from 'react'; import { jsx } from '@emotion/react'; // Assistive text to describe visual elements. Hidden for sighted users. const A11yText = (props: ElementConfig<'span'>) => ( ); export default A11yText;