/** * Props for the MeterBarChart.Legend slot component * @public */ export interface MeterBarChartLegendProps { /** Whether the legend should be hidden or not. */ hidden?: boolean; } //# sourceMappingURL=meter-bar-legend.d.ts.map