import { PropsWithChildren } from 'react'; import { XYChartAnnotationsConfigProps } from '../context/XYChartAnnotationsConfig.context.js'; export declare const iterateXYChartAnnotations: ({ children, ...remaining }: PropsWithChildren) => XYChartAnnotationsConfigProps;