/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper'; /** Button that moves to the next step in a stepper workflow. */ import * as ɵngcc0 from '@angular/core'; export declare class MatStepperNext extends CdkStepperNext { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** Button that moves to the previous step in a stepper workflow. */ export declare class MatStepperPrevious extends CdkStepperPrevious { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=stepper-button.d.ts.map