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 const LINE_WIDTH = 3; export declare function getLineConfiguration(config: IChartConfig, _definition: IExecutionDefinition, theme: ITheme): HighchartsOptions; //# sourceMappingURL=lineConfiguration.d.ts.map