import { XYScatterChartPaneProps } from "./XYChart.types.js";
export declare function XYScatterChartPane<Data = void>(props: XYScatterChartPaneProps<Data>): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element | null;
