import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Tick } from '../../../../../bd2-heatmap.dom'; import * as i0 from "@angular/core"; export declare class VTickMarkComponent implements OnInit, OnChanges { tick: Tick; length: number; marky2: number; texty2: number; textdy: number | string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; calculatePositions(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }