import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper'; import * as i0 from "@angular/core"; /** Button that moves to the next step in a stepper workflow. */ export declare class RealsoftStepperNext extends CdkStepperNext { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** Button that moves to the previous step in a stepper workflow. */ export declare class RealsoftStepperPrevious extends CdkStepperPrevious { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }