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