import { MatStepper } from '@angular/material/stepper'; import * as i0 from "@angular/core"; export declare class StepButtonsComponent { readonly stepper: MatStepper; disableNext: boolean; submit: boolean; nextButtonLabel: 'Next' | 'Submit' | string; previousButtonLabel: 'Previous' | 'Back to Edit' | string; onNextClick: () => any | undefined; onPrevClick: () => any | undefined; constructor(stepper: MatStepper); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }