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