import Step from './rc-mod';
export default Step;
export type { IStepProps as StepProps, IStepItemProps as StepItemProps, TStepComponent as StepComponent, TStepItemComponent as StepItemComponent, TStepRef as StepRef, TStepItemRef as StepItemRef } from './types';
