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