import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class BarGraphComponent implements OnInit { maxValue: number; items: Array; text: any; title: string; animationTime: number; showXLabel: boolean; showYLabel: boolean; currentItem: any; barWidth: number; hasPartials: boolean; constructor(); ngOnInit(): void; setMax(): void; setCurrent(i: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }