import type { ScaleLinear } from 'd3-scale'; /** * * Returns true when the max value is more than halfway past the second last tick and the last tick. */ export declare function shouldRoundScaleUp({ yScale, maxTicks, maxValue, }: { yScale: ScaleLinear; maxTicks: number; maxValue: number; }): boolean; //# sourceMappingURL=shouldRoundScaleUp.d.ts.map