import { ScaleBand as D3ScaleBand } from 'd3-scale'; import { ComputedSerieAxis, ScaleBand, ScaleBandSpec, StringValue, ScaleAxis } from './types'; export declare const bandScaleDefaults: Required; export declare const createBandScale: ({ round }: ScaleBandSpec, data: ComputedSerieAxis, size: number, axis: ScaleAxis) => ScaleBand; export declare const castBandScale: (scale: D3ScaleBand) => ScaleBand; //# sourceMappingURL=bandScale.d.ts.map