import { PropsWithChildren } from 'react'; import { XYChartAnnotationsConfigProps } from '../context/XYChartAnnotationsConfig.context.js'; export declare const iterateXYChartAnnotations: ({ children, ...remaining }: PropsWithChildren) => XYChartAnnotationsConfigProps; //# sourceMappingURL=iterate-xy-chart-annotations.d.ts.map