import { BzStepperService } from "./stepper.service"; export declare class PrevStepDirective { private _stepperService; constructor(_stepperService: BzStepperService); /** * Go to prev step. * * @author Federico Gambardella */ prevStep(): void; } export declare class NextStepDirective { private _stepperService; constructor(_stepperService: BzStepperService); /** * Go to next step. * * @author Federico Gambardella */ nextStep(): void; }