/** * Props for the MeterBarChart.Legend slot component * @public */ export interface MeterBarChartLegendProps { /** Whether the legend should be hidden or not. */ hidden?: boolean; }