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