import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Chart } from 'angular-highcharts'; import { TreemapSeries } from '../../../core/models/treemap-series.model'; import * as i0 from "@angular/core"; export declare class TreemapChartComponent implements OnInit, OnChanges { chart: Chart; colors: string[]; series: TreemapSeries[]; chartHeight: number; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private _createChart; private _getSeriesWithColorValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }