import { IChartAdaptor, IHistogramProps } from './Histogram';
export declare const horizontalHistogramD3: () => IChartAdaptor<IHistogramProps>;
