import { StepPropsType } from './PropsType'; export interface StepProps extends StepPropsType { prefixCls?: string; showNumber?: boolean; className?: string; } export interface FStepProps extends StepProps { forwardedRef?: any; } declare const Stepper: any; export default Stepper;