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.Element; //# sourceMappingURL=annotations-chart-config.provider.d.ts.map