import type { MeterBarChartLegendProps } from '../../shared/types/meter-bar-legend.js'; export declare const Legend: { (_props: MeterBarChartLegendProps): null; displayName: string; };