import React from 'react'; import { StepsProps } from './PropsType'; declare const Steps: React.FC; export default Steps;