import { Typography } from '@mui/material'; import { useTranslation } from 'react-i18next'; import { labelNoDataForThisPeriod } from '../../Chart/translatedLabels'; const NoData = () => { const { t } = useTranslation(); return (