import type { InternalArrayFieldComponents } from "../types/internal-components";
export default function ArrayInputFieldWrapper({ label, title, description, onAddField, onRemoveField, disabled, placeholder, fields, componentKey, all_errors, path, }: InternalArrayFieldComponents): import("react/jsx-runtime").JSX.Element;
