import { PropsWithChildren } from 'react'; export declare const XYChartAnnotationsDataProvider: ({ children, }: PropsWithChildren) => string | number | boolean | Iterable | import("react/jsx-runtime").JSX.Element | null | undefined;