import { DrawLabelProps } from './types'; export declare const labelClassName = "d3-chart-label"; export declare const drawLabel: ({ node, data, yScale, xScale, formatLabel, eachLabel, }: DrawLabelProps) => void;