import { CategoricalBarChartLegendProps } from '../types/categorical-bar-chart.js'; /** * Legend slot component. */ export declare const Legend: { (props: CategoricalBarChartLegendProps): null; displayName: string; };