import type { AnnotationsChartConfigProperties } from '../types/annotations-chart-config-props.js'; /** * @internal */ export declare const AnnotationsChartConfigContext: import("react").Context; /** * Provider for the AnnotationsChart API config that can be shared across charts * @public */ export declare const AnnotationsChartConfig: import("react").Provider;