type BarProps = {
    chartOptions: any;
    rows: any;
};
export default function CustomBar({ chartOptions, rows }: BarProps): import("react/jsx-runtime").JSX.Element;
export {};
