import type { XYChartSlots } from '../types/xy-chart-internals.js'; import type { XYChartProps } from '../types/xy-chart-props.js'; export declare const useXYChartConfig: (props: XYChartProps, slots: XYChartSlots) => import("../utils/xy-chart-configuration.js").XYChartConfig;