import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { BoxSerie, GraphicContext } from '../../../bd2-heatmap.dom'; import * as i0 from "@angular/core"; export declare class SerieRowComponent implements OnInit, OnChanges { graphic: GraphicContext; serie: BoxSerie; yPosition: number; yHeight: number; constructor(); trackByIndex(index: number, item: any): number; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }