import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare abstract class AbstractFoehnNavigationComponent { onNext: EventEmitter; onPrevious: EventEmitter; nextLabel: string; prevLabel: string; continueLaterLabel: string; continueLaterAlreadyRegisteredLabel: string; continueLaterConnectedLabel: string; showContinueLaterButton: boolean; showNextButton: boolean; triggerRecoveryOnPageChange: boolean; goToNext(): void; goToPrevious(): void; canShowNextButton(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }