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