import type { BaseBarChartProps } from '../../types/chartTypes';
declare const BaseBarChart: ({ height, width, units, title, onClick, onChartClick, chartFill, otherFill, ...params }: BaseBarChartProps) => import("react/jsx-runtime").JSX.Element;
export default BaseBarChart;
