export type { DataPoint, ChartStylingOptions, ComparisonLabelOptions, ValueLabelOptions } from './types'; export { ComparisonLabel } from './ComparisonLabel'; export { ValueLabel } from './ValueLabel'; export { CustomizedAxisTick } from './CustomizedAxisTick'; export { HistogramComparisonChart } from './HistogramComparisonChart';