import { OnChanges, SimpleChanges } from '@angular/core'; export declare class HeaderBlockComponent implements OnChanges { stepIndex: number; activeStep: number; finished: boolean; last: boolean; mode: string; completed: boolean; active: boolean; ngOnChanges(changes: SimpleChanges): void; constructor(); }