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