export default class BarChartStyle { barColor: string; barWidth: number; constructor(); setBarColor(color: string): void; setBarWidth(width: number): void; useStyles(): void; }