import { type IExecutionDefinition, type ITheme } from "@gooddata/sdk-model"; import { type HighchartsOptions } from "../../lib/index.js"; import { type IChartOptions } from "../../typings/unsafe.js"; export declare function getAreaConfiguration(_config: IChartOptions, _definition: IExecutionDefinition, theme: ITheme): HighchartsOptions; //# sourceMappingURL=areaConfiguration.d.ts.map