import { ComputedSerieAxis, ScaleAxis, ScaleLog, ScaleLogSpec } from './types';
export declare const createLogScale: ({ base, min, max }: ScaleLogSpec, data: ComputedSerieAxis<number>, size: number, axis: ScaleAxis) => ScaleLog;
//# sourceMappingURL=logScale.d.ts.map