import { ScaleBand } from 'd3-scale'; declare const getScaleCenterPosition: (scale: ScaleBand) => (value: string) => number; export default getScaleCenterPosition;