import type { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `AnyOfField` component is used to render a field in the schema that is an `anyOf`, `allOf` or `oneOf`. It tracks * the currently selected option and cleans up any irrelevant data in `formData`. * * @param props - The `FieldProps` for this template */ declare function AnyOfField(props: FieldProps): import("react").JSX.Element; export default AnyOfField; //# sourceMappingURL=MultiSchemaField.d.ts.map