import { IonicStepperComponent } from './ionic-stepper';
/** Button that moves to the next step in a stepper workflow. */
export declare class IonicStepperNext {
    _stepper: IonicStepperComponent;
    constructor(_stepper: IonicStepperComponent);
}
/** Button that moves to the previous step in a stepper workflow. */
export declare class IonicStepperPrevious {
    _stepper: IonicStepperComponent;
    constructor(_stepper: IonicStepperComponent);
}
