/// export type StepContainerProps = { stepType?: 'step_864' | 'step_1152'; stepContent?: JSX.Element; }; declare const StepContainer: ({ stepType, stepContent }: StepContainerProps) => JSX.Element; export default StepContainer;