import { type PropsWithChildren } from 'react'; export declare const HistogramAnnotationsDataProvider: { ({ children, }: PropsWithChildren): import("react/jsx-runtime.js").JSX.Element; displayName: string; };