import type { ArrayFieldTitleProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `ArrayFieldTitleTemplate` component renders a header for the array. * * @param props - The `ArrayFieldTitleProps` for the component */ export default function ArrayFieldTitleTemplate({ title, uiSchema, required, fieldPathId, optionalDataControl }: ArrayFieldTitleProps): import("react/jsx-runtime").JSX.Element;