/** * Component for rendering the dot datapoints on the Y axis based on an X coordinate. */ export declare const XYChartDotPoint: import("react").MemoExoticComponent<() => import("react/jsx-runtime.js").JSX.Element | undefined>;