import React from 'react';
import { MobileStepperProps } from './MobileStepper.types';
/**
 * A compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper.
 */
declare const MobileStepper: React.FC<MobileStepperProps>;
export default MobileStepper;
