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