import { FunctionComponent } from "react"; import { BindingProps } from "../types"; declare const ForEach: FunctionComponent; export default ForEach;