export * from './Steps'; import Steps, { StepsProps as TStepsProps } from './Steps'; export type StepsProps = TStepsProps; export default Steps;