import React from 'react'; declare function HistogramPlotFactory(): (props: any) => React.JSX.Element; export default HistogramPlotFactory;