import { type PropsWithChildren } from 'react'; import { AnnotationsChartConfigProperties } from '../types/annotations-chart-config-props.js'; export declare const AnnotationsChartConfigProvider: ({ children, config, }: PropsWithChildren<{ config: AnnotationsChartConfigProperties; }>) => import("react/jsx-runtime.js").JSX.Element;