import { QueryList } from '@angular/core'; import { ClrWizardHeaderAction } from '../wizard-header-action'; import { WizardNavigationService } from './wizard-navigation.service'; import * as i0 from "@angular/core"; export declare class HeaderActionService { navService: WizardNavigationService; wizardHeaderActions: QueryList; constructor(navService: WizardNavigationService); get wizardHasHeaderActions(): boolean; get currentPageHasHeaderActions(): boolean; get showWizardHeaderActions(): boolean; get displayHeaderActionsWrapper(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }