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