import { Selection } from 'd3-selection'; import { Chart } from '../index'; import { FunctionPlotDatum } from '../types'; export default function secant(chart: Chart): (selection: Selection) => void;