import React from 'react';
import type { PropsWithChildren } from 'react';
import type { MobileStepperProps } from '../../decs';
declare const MobileStepper: React.FC<PropsWithChildren<MobileStepperProps>>;
export type { MobileStepperProps } from '../../decs';
export default MobileStepper;
//# sourceMappingURL=MobileStepper.d.ts.map