import { type IExecutionDefinition, type ITheme } from "@gooddata/sdk-model"; import { type IChartOptions } from "../../typings/unsafe.js"; export declare const LINE_WIDTH = 3; export declare function getScatterConfiguration(_config: IChartOptions, _definition: IExecutionDefinition, theme: ITheme): any; //# sourceMappingURL=scatterConfiguration.d.ts.map