import type { XYChartAxisInternal } from '../../types/xy-chart-internals.js'; export declare function getBorderThresholds(left: XYChartAxisInternal | undefined, right: XYChartAxisInternal | undefined, top: XYChartAxisInternal | undefined, bottom: XYChartAxisInternal | undefined): { leftBorder: "bothBorders" | "leftBorder"; rightBorder: "bothBorders" | "rightBorder"; topBorder: "bothBorders" | "topBorder"; bottomBorder: "bothBorders" | "bottomBorder"; }; //# sourceMappingURL=get-border-threshold.d.ts.map