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