import type { HistogramChartConfiguration } from './types/histogram-props.js'; import type { HistogramChartRef } from './types/histogram-ref.js'; export interface _HistogramChartProps { config: HistogramChartConfiguration; } export declare const HistogramChartInternal: (props: _HistogramChartProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes) => import("react").ReactElement | null;