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