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