import type { XYChartDotSeriesProps } from '../types/xy-chart-props.js'; /** * Dot series slot * @internal */ export declare const DotSeries: { (props: XYChartDotSeriesProps): null; displayName: string; };