import type { Axis } from '../types'; interface Props { drawableHeight: number; primaryAxis: Axis; shouldPlaceZeroInMiddleOfChart: boolean; } export declare function getInitialYScaleValues({ drawableHeight, primaryAxis, shouldPlaceZeroInMiddleOfChart, }: Props): { drawableHeight: number; max: number; min: number; }; export {}; //# sourceMappingURL=getInitialYScaleValues.d.ts.map