import { OnInit, QueryList } from '@angular/core'; import { CloStepNavigationItem } from './step-navigation-item/stepnavigationitem'; /** * A progress indicator component communicates to the user the progress of a particular process. */ import * as ɵngcc0 from '@angular/core'; export declare class CloStepNavigation implements OnInit { items: QueryList; constructor(); ngOnInit(): void; itemClicked(event: any): void; clearOtherItems(item: any): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=stepnavigation.d.ts.map