import { FC } from 'react'; import { DivProps } from "../types"; declare const Steps: FC; export default Steps;