import { type IExecutionDefinition, type ITheme } from "@gooddata/sdk-model"; import { type IChartConfig } from "../../../interfaces/chartConfig.js"; import { type HighchartsOptions } from "../../lib/index.js"; export declare function getBubbleConfiguration(_config: IChartConfig, _definition: IExecutionDefinition, theme: ITheme): HighchartsOptions; //# sourceMappingURL=bubbleConfiguration.d.ts.map