import { type FC, type PropsWithChildren } from 'react'; import { type StepItem } from './StepFormDialogProvider'; type Props = PropsWithChildren; export declare const StepFormDialogItem: FC; export {};