import type { XYChartSlots } from '../types/xy-chart-internals.js'; import type { XYChartProps } from '../types/xy-chart.js'; export declare const useXYChartConfig: (props: XYChartProps, slots: XYChartSlots) => Omit, "annotations"> & { annotations?: import("../context/XYChartAnnotationsConfig.context.js").XYChartAnnotationsConfigProps; };