import { FC } from 'react'; type StepContentProps = { children: any; activeStepKey: string; }; declare const StepContent: FC; export default StepContent;