import type { ReactNode } from 'react';
export declare function IterateOverSteps({ children, }: {
    children: ReactNode;
}): ReactNode;
