import type { ScaleBand } from 'd3-scale'; export declare function getBandCenteredPoint(scale: ScaleBand, v0: string): number;