import type { DefaultOutput, StringLike } from '../types/Base'; import type { PickScaleConfigWithoutType } from '../types/ScaleConfig'; export declare const updateBandScale: (scale: import("@visx/vendor/d3-scale").ScaleBand, config?: Omit, "type"> | undefined) => import("@visx/vendor/d3-scale").ScaleBand; export default function createBandScale(config?: PickScaleConfigWithoutType<'band', DefaultOutput, DiscreteInput>): import("@visx/vendor/d3-scale").ScaleBand; //# sourceMappingURL=band.d.ts.map