import './bar-chart.css';
export declare class BarChart {
    data: number[];
    labels: string[];
    colors: string[];
    height: number;
    chartTitle?: string;
    parseArrayProp(prop: any): any[];
    render(): import("react/jsx-runtime").JSX.Element;
}
