import type { FieldTemplateProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; export default function FieldTemplate(props: FieldTemplateProps): import("react/jsx-runtime").JSX.Element;