export declare class Bar { bars: Array; xlabel: string; total?: number; } export declare class BarPart { label: string; backgroundColor: string; borderColor: string; textColor?: string; value: number; prev?: number; } //# sourceMappingURL=chart-bar.d.ts.map