import { AfterViewInit } from '@angular/core'; import { Chart } from 'chart.js'; import * as i0 from "@angular/core"; export declare class BarChartComponent implements AfterViewInit { private barChartCanvas; barChart: Chart; ngAfterViewInit(): void; createBarChart(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }