import type { DefaultOutput } from '../types/Base'; import type { PickScaleConfigWithoutType } from '../types/ScaleConfig'; export declare const updateQuantizeScale: (scale: import("@visx/vendor/d3-scale").ScaleQuantize, config?: Omit, "type"> | undefined) => import("@visx/vendor/d3-scale").ScaleQuantize; export default function createQuantizeScale(config?: PickScaleConfigWithoutType<'quantize', Output>): import("@visx/vendor/d3-scale").ScaleQuantize; //# sourceMappingURL=quantize.d.ts.map