import { type CurveFactory } from 'd3-shape';
import type { ChartCurve } from './types.js';
export declare function d3Curve(curve: CurveFactory): ChartCurve;
