import { ReactElement } from 'react';
export declare const ForEach: <T>(iterable: T[], renderFn: (element: T, index: number) => ReactElement<any>) => ReactElement<any, string | import("react").JSXElementConstructor<any>>[];
