import { ArrayFieldTemplateProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
import { CustomFormContext } from '../CustomFormContext';
/** The `ArrayFieldTemplate` component is the template used to render all items in an array.
 *
 * @param props - The `ArrayFieldTemplateItemType` props for the component
 */
declare function ArrayFieldTemplate<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends CustomFormContext = any>(props: ArrayFieldTemplateProps<T, S, F>): import("react/jsx-runtime").JSX.Element;
export default ArrayFieldTemplate;
//# sourceMappingURL=ArrayFieldTemplate.d.ts.map