import { FallbackFieldTemplateProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** * The `FallbackFieldTemplate` is used to render a field when no field matches. The field renders a type selector and * the schema field for the form data. */ export default function FallbackFieldTemplate(props: FallbackFieldTemplateProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FallbackFieldTemplate.d.ts.map