import './style.scss'; import type { IBarChartProps } from '@adam-sv/arc'; import type { JSX } from 'react'; export declare function BarChart({ className, style, axisSettings, minimumHeight, minimumWidth, minValue, maxValue, barOpts, data, orientation, disableMouseTracking, customMouseOver, mouseOverTargetElement, displayLegend, stackedBars, lineData, }: IBarChartProps): JSX.Element;