import { FormContextType, RJSFSchema, StrictRJSFSchema, UnsupportedFieldProps } from '@rjsf/utils'; /** The `UnsupportedField` component is used to render a field in the schema is one that is not supported by * react-jsonschema-form. * * @param props - The `FieldProps` for this template */ declare function UnsupportedField(props: UnsupportedFieldProps): import("react/jsx-runtime").JSX.Element; export default UnsupportedField; //# sourceMappingURL=UnsupportedField.d.ts.map