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