import type { XYChartAxisInternal } from '../../types/xy-chart-internals.js'; export declare function getBorderThreshold(left: XYChartAxisInternal | undefined, right: XYChartAxisInternal | undefined): { leftBorder: "leftBorder" | "bothBorders"; rightBorder: "rightBorder" | "bothBorders"; };