import type { BaseInputTemplateProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `BaseInputTemplate` is the template the fallback if no widget is specified. */ export default function BaseInputTemplate(props: BaseInputTemplateProps): import("react/jsx-runtime").JSX.Element;