import * as d3Shape from "victory-vendor/d3-shape";
export type CurveName = "basis" | "cardinal" | "bumpX" | "bumpY" | "bundle" | "catmullRom" | "linear" | "monotoneX" | "monotoneY" | "step" | "stepAfter" | "stepBefore" | "natural";
export declare const getInterpolationFunction: (props: any) => any;
export declare const getLineFunction: (props: any) => d3Shape.LineRadial<[number, number]> | d3Shape.Line<[number, number]>;
//# sourceMappingURL=line-helpers.d.ts.map