import { ArrayFieldTitleProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `ArrayFieldTitleTemplate` component renders a `TitleFieldTemplate` with an `id` derived from * the `fieldPathId`. * * @param props - The `ArrayFieldTitleProps` for the component */ export default function ArrayFieldTitleTemplate(props: ArrayFieldTitleProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=ArrayFieldTitleTemplate.d.ts.map