import type { MobileStepperProps } from './MobileStepper.types'; export declare function MobileStepper({ steps, activeStep, variant, onBack, onNext, backLabel, nextLabel, stepTitle, nextDisabled, backDisabled, nextLoading, className, }: MobileStepperProps): import("react/jsx-runtime").JSX.Element; export declare namespace MobileStepper { var displayName: string; }