import { ComputedSerieAxis, ScaleAxis, ScaleSymlog, ScaleSymlogSpec } from './types'; export declare const symlogScaleDefaults: Required; export declare const createSymlogScale: ({ constant, min, max, round, reverse, nice, }: ScaleSymlogSpec, data: ComputedSerieAxis, size: number, axis: ScaleAxis) => ScaleSymlog; //# sourceMappingURL=symlogScale.d.ts.map