import * as i0 from '@angular/core'; import { TemplateRef, AfterViewInit, ChangeDetectorRef, QueryList } from '@angular/core'; declare class StatusStepComponent { template?: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class HorizontalStatusStepperComponent implements AfterViewInit { private cdr; constructor(cdr: ChangeDetectorRef); steps?: QueryList; currentStep: number; ngAfterViewInit(): void; isComplete(stepNumber: number): boolean; isCurrent(stepNumber: number): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { HorizontalStatusStepperComponent, StatusStepComponent };