import { SimpleChanges } from '@angular/core'; import * as Highcharts from 'highcharts'; import * as i0 from "@angular/core"; export declare class StackedBarChartComponent { Highcharts: typeof Highcharts; stackedBarChartByClassification: Highcharts.Options; totalRecords: any[]; title: any; xAxisLabelname: any; yAxisLabelname: any; ngOnChanges(changes: SimpleChanges): void; dataenable: boolean; stackedBarChart(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }