import { type FillOptions, _ModuleSupport } from 'ag-charts-community';
import { type Size } from 'ag-charts-core';
export declare function findRangeAreaIntersections(highSpans: _ModuleSupport.LinePathSpan[], lowSpans: _ModuleSupport.LinePathSpan[], minX: number, maxX: number, initiallyInverted?: boolean): number[];
export declare function calculateIntersectionSegments(intersections: number[], seriesRect: _ModuleSupport.BBox, chartSize: Size, startsInverted: boolean, style?: FillOptions): _ModuleSupport.Segment[];
