import { ArrayFieldItemButtonsTemplateProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `ArrayFieldTemplateItemButtons` component is the template used to render the buttons associate3d with items of * an array. * * @param props - The `ArrayFieldItemButtonsTemplateProps` props for the component */ export default function ArrayFieldItemButtonsTemplate(props: ArrayFieldItemButtonsTemplateProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ArrayFieldItemButtonsTemplate.d.ts.map