import type { AxisIdToScales } from '../../../context/XYChartScales.context.js'; import type { XYChartAxisInternal } from '../../../types/xy-chart-internals.js'; export declare function getVisibleArrows(XAxes: XYChartAxisInternal[], isInfinite: boolean, scales: AxisIdToScales): [boolean, boolean];