import { BarChartProps } from '../../types/chartTypes';
declare const BentoBarChart: ({ colorTheme, ...params }: BarChartProps) => import("react/jsx-runtime").JSX.Element;
export default BentoBarChart;
