import type { DefaultOutput, StringLike } from '../types/Base'; import type { PickScaleConfigWithoutType } from '../types/ScaleConfig'; import type { DefaultThresholdInput } from '../types/Scale'; export declare const updateThresholdScale: (scale: import("@visx/vendor/d3-scale").ScaleThreshold, config?: Omit, "type"> | undefined) => import("@visx/vendor/d3-scale").ScaleThreshold; export default function createThresholdScale(config?: PickScaleConfigWithoutType<'threshold', Output, StringLike, ThresholdInput>): import("@visx/vendor/d3-scale").ScaleThreshold; //# sourceMappingURL=threshold.d.ts.map