import { StepProps } from './typings'; /** * The react component for `mezzanine` step. */ declare const Step: import("react").ForwardRefExoticComponent>; export default Step;