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