import React from 'react'; import { HistogramChartProps } from './types'; export declare const HistogramChart: React.FC;