import { drawSvg } from './svg'; import { drawAxis, drawAxisLabels } from './axis'; declare const _default: { bindBarEvents: typeof import("./events").bindBarEvents; drawBars: typeof import("./drawers").drawBars; drawLine: typeof import("./drawers").drawLine; drawCircles: typeof import("./drawers").drawCircles; drawPath: typeof import("./drawers").drawPath; appendToSelection: typeof import("./drawers").appendToSelection; drawSvg: typeof drawSvg; drawAxis: typeof drawAxis; drawAxisLabels: typeof drawAxisLabels; useScaleMap: (code: string) => typeof import("d3-scale").scaleLinear | typeof import("d3-scale").scaleTime | typeof import("d3-scale").scaleBand; }; export default _default;