import _Stepper from './stepper';
import { WithInstallType } from '../shared';
import { TdStepperProps } from './type';
import './style';
export * from './type';
export declare type StepperProps = TdStepperProps;
export declare const Stepper: WithInstallType<typeof _Stepper>;
export default Stepper;
