import { ISVGLineStyle } from '../legacy/types';
/**
 * Apply style object to a d3 selection
 * @param {Object} selection D3 selection
 * @param {Object} style Css styling
 * @return {Object} selection
 */
declare const _default: (selection: any, style: ISVGLineStyle) => any;
export default _default;
