import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper'; export declare const _CdkStepperNext: typeof CdkStepperNext; export declare const _CdkStepperPrevious: typeof CdkStepperPrevious; /** Button that moves to the next step in a stepper workflow. */ export declare class MatStepperNext extends _CdkStepperNext { } /** Button that moves to the previous step in a stepper workflow. */ export declare class MatStepperPrevious extends _CdkStepperPrevious { }