import { type ReactNode } from "react"; import { ConfigurationPanelContent } from "./ConfigurationPanelContent.js"; export declare class BubbleChartConfigurationPanel extends ConfigurationPanelContent { protected renderConfigurationPanel(): ReactNode; private renderMinMax; private areDataLabelsDisabled; private isDataLabelsWarningShown; private getBubbleClassNames; } //# sourceMappingURL=BubbleChartConfigurationPanel.d.ts.map