import { WithStyle } from '@medly-components/utils'; import { StepProps } from '../types'; import type { FC } from 'react'; declare const Step: FC & WithStyle; export default Step;