import type { XYChartAxisInternal } from '../../types/xy-chart-internals.js'; export declare const isValidAnnotationsAxis: (xAxisId: string, axesConfig: XYChartAxisInternal[]) => boolean;