import type { XYChartBarSeriesProps } from '../types/xy-chart-props.js'; /** * Bar series slot component. * @public */ export declare const BarSeries: { (props: XYChartBarSeriesProps): null; displayName: string; };