import { FallbackFieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** * The `FallbackField` component is used to render a field for unsupported or unknown schema types. If * `useFallbackUiForUnsupportedType` is enabled in the `globalUiOptions`, it provides a type selector */ export default function FallbackField(props: FallbackFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FallbackField.d.ts.map