import { XScale } from '../../types/histogram.js'; interface BarChartDisplayProps { xScale: XScale; } export declare function BarChartDisplay({ xScale }: BarChartDisplayProps): import("react/jsx-runtime.js").JSX.Element; export {};