import { D3Scale, Settings } from "../types.js"; export declare function lineSeries(settings: Settings, color: D3Scale): any;