{"version":3,"file":"stepnavigation.d.ts","sources":["stepnavigation.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, QueryList } from '@angular/core';\r\nimport { CloStepNavigationItem } from './step-navigation-item/stepnavigationitem';\r\n/**\r\n * A progress indicator component communicates to the user the progress of a particular process.\r\n */\r\nexport declare class CloStepNavigation implements OnInit {\r\n    items: QueryList<CloStepNavigationItem>;\r\n    constructor();\r\n    ngOnInit(): void;\r\n    itemClicked(event: any): void;\r\n    clearOtherItems(item: any): void;\r\n}\r\n"]}