import { SeriesCurve } from '../../../types/timeseries.js'; /** * Maps the curve string to a valid d3 shape. * @internal * @param curve - The curve string. */ export declare const mapSeriesCurveToD3: (curve: SeriesCurve) => import("d3-shape").CurveFactory;