import { OnInit } from '@angular/core'; import { GraphicContext, Serie } from '../../bd2-heatmap.dom'; import * as i0 from "@angular/core"; export declare class LabelsComponent implements OnInit { graphic: GraphicContext; data: Serie[]; alwaysOn: boolean; constructor(); trackByIndex(index: number, item: any): number; ngOnInit(): void; yStart(serie: Serie): number; maxHeight(): number; color(ix: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }