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