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