import React from "react"; import { StringOrCallback, NumberOrCallback, VictoryCommonPrimitiveProps } from "victory-core"; export declare const Curve: React.FC; export interface CurveProps extends VictoryCommonPrimitiveProps { ariaLabel?: StringOrCallback; interpolation?: string | Function; openCurve?: boolean; pathComponent?: React.ReactElement; tabIndex?: NumberOrCallback; } //# sourceMappingURL=curve.d.ts.map