import type { HistogramChartLegendProps } from '../types/histogram.js'; export declare const Legend: { (props: HistogramChartLegendProps): null; displayName: string; };