import React from 'react'; import { StepProps, StepRef } from './type'; declare const Step: React.ForwardRefExoticComponent>; export default Step;