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