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