import type { XYChartConfigProperties } from '../types/xy-chart.js'; export declare const XYChartConfigContext: import("react").Context; /** * Provider for the XYChart API config that can be shared across charts * @public */ export declare const XYChartConfig: import("react").Provider;