import type { PropsWithChildren } from 'react'; import type { HistogramAnnotationsProps } from '../../components/annotations-histogram/types.js'; /** HistogramChart Annotations subcomponent props */ export declare const Annotations: { (props: PropsWithChildren): null; displayName: string; };