import {GaugeProps} from '@mui/x-charts/Gauge'; import {ColorsNameType} from '../../../../types/entities'; export interface IGaugeChart extends GaugeProps { className?: string; color?: ColorsNameType; isRTL?: boolean; }