import { type ReactNode } from 'react'; 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?: ReactNode | undefined; } & import("react").RefAttributes) => import("react").ReactElement | null;