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